#66259B

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

Shades of Royal Purple #66259B

Tints of Royal Purple #66259B

Color information

#66259B (or 0x66259B) is unknown color: approx Royal Purple. HEX triplet: 66, 25 and 9B. RGB value is (102,37,155). Sum of RGB (Red+Green+Blue) = 102+37+155=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #66259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66259B is #99DA64. Grayscale: #454545. Windows color (decimal): -10082917 or 10167654. OLE color: 10167654.

HSL color Cylindrical-coordinate representation of color #66259B: hue angle of 273.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66259B is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10237155-
CMYK0.340.7600.39
HSL273.05º61.46%37.65%-
HSV(B)273.05º76.13%60.78%-
XYZ12.066.5131.63-
YUV69.89176.03150.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=34.69%
G=12.59%
B=52.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102371550.340.7600.39273.0561.4637.65
Hex66259B224C0271113d26
Octal14645233421140474217546
Binary11001101001011001101110001010011000100111100010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66259B; }

 p { color: rgb(102,37,155); }

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

<style>
 a { background-color: #66259B; }

 a { background-color: rgb(102,37,155); }

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

<style>
 span { border-color: #66259B; }

 span { border-color: rgb(102,37,155); }

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