#662E95

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

Shades of Royal Purple #662E95

Tints of Royal Purple #662E95

Color information

#662E95 (or 0x662E95) is unknown color: approx Royal Purple. HEX triplet: 66, 2E and 95. RGB value is (102,46,149). Sum of RGB (Red+Green+Blue) = 102+46+149=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #662E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E95 is #99D16A. Grayscale: #4A4A4A. Windows color (decimal): -10080619 or 9776742. OLE color: 9776742.

HSL color Cylindrical-coordinate representation of color #662E95: hue angle of 272.62º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662E95 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10246149-
CMYK0.320.6900.42
HSL272.62º52.82%38.24%-
HSV(B)272.62º69.13%58.43%-
XYZ11.886.9529.15-
YUV74.49170.05147.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=34.34%
G=15.49%
B=50.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102461490.320.6900.42272.6252.8238.24
Hex662E95204502A1113526
Octal14656225401050524216546
Binary11001101011101001010110000010001010101010100010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E95; }

 p { color: rgb(102,46,149); }

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

<style>
 a { background-color: #662E95; }

 a { background-color: rgb(102,46,149); }

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

<style>
 span { border-color: #662E95; }

 span { border-color: rgb(102,46,149); }

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