#681B9B

Color #681B9B Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #681B9B

Tints of Royal Purple #681B9B

Color information

#681B9B (or 0x681B9B) is unknown color: approx Royal Purple. HEX triplet: 68, 1B and 9B. RGB value is (104,27,155). Sum of RGB (Red+Green+Blue) = 104+27+155=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #681B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681B9B is #97E464. Grayscale: #404040. Windows color (decimal): -9954405 or 10165096. OLE color: 10165096.

HSL color Cylindrical-coordinate representation of color #681B9B: hue angle of 276.09º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681B9B is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10427155-
CMYK0.330.8300.39
HSL276.09º70.33%35.69%-
HSV(B)276.09º82.58%60.78%-
XYZ12.026.0931.55-
YUV64.62179.01156.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=36.36%
G=9.44%
B=54.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104271550.330.8300.39276.0970.3335.69
Hex681B9B21530271144624
Octal150332334112304742410644
Binary11010001101110011011100001101001101001111000101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681B9B; }

 p { color: rgb(104,27,155); }

 H1.HeaderClassName
 {
   color: #681B9B;
 }
 .AnyTagClassName
 {
   color: #681B9B;
 }
</style>
background-color css

<style>
 a { background-color: #681B9B; }

 a { background-color: rgb(104,27,155); }

 div.DivClassName
 {
   background-color: #681B9B;
 }
 .BgClassName
 {
   background-color: #681B9B;
 }
</style>
border-color css

<style>
 span { border-color: #681B9B; }

 span { border-color: rgb(104,27,155); }

 td.TdClassName
 {
   border-color: #681B9B;
 }
 .TagClassName
 {
   border-color: #681B9B;
 }
</style>