#681BA4

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

Shades of Royal Purple #681BA4

Tints of Royal Purple #681BA4

Color information

#681BA4 (or 0x681BA4) is unknown color: approx Royal Purple. HEX triplet: 68, 1B and A4. RGB value is (104,27,164). Sum of RGB (Red+Green+Blue) = 104+27+164=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #681BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BA4 is #97E45B. Grayscale: #414141. Windows color (decimal): -9954396 or 10754920. OLE color: 10754920.

HSL color Cylindrical-coordinate representation of color #681BA4: hue angle of 273.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681BA4 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10427164-
CMYK0.370.8400.36
HSL273.72º71.73%37.45%-
HSV(B)273.72º83.54%64.31%-
XYZ12.86.4135.68-
YUV65.64183.51155.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 164 (64.45% from 255) = 55.59%
R=35.25%
G=9.15%
B=55.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104271640.370.8400.36273.7271.7337.45
Hex681BA425540241124825
Octal150332444512404442211045
Binary11010001101110100100100101101010001001001000100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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