#66259F

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

Shades of Royal Purple #66259F

Tints of Royal Purple #66259F

Color information

#66259F (or 0x66259F) is unknown color: approx Royal Purple. HEX triplet: 66, 25 and 9F. RGB value is (102,37,159). Sum of RGB (Red+Green+Blue) = 102+37+159=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #66259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66259F is #99DA60. Grayscale: #454545. Windows color (decimal): -10082913 or 10429798. OLE color: 10429798.

HSL color Cylindrical-coordinate representation of color #66259F: hue angle of 271.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66259F is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10237159-
CMYK0.360.7700.38
HSL271.97º62.24%38.43%-
HSV(B)271.97º76.73%62.35%-
XYZ12.46.6533.43-
YUV70.34178.03150.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=34.23%
G=12.42%
B=53.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102371590.360.7700.38271.9762.2438.43
Hex66259F244D0261103e26
Octal14645237441150464207646
Binary11001101001011001111110010010011010100110100010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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