#662E9D

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

Shades of Royal Purple #662E9D

Tints of Royal Purple #662E9D

Color information

#662E9D (or 0x662E9D) is unknown color: approx Royal Purple. HEX triplet: 66, 2E and 9D. RGB value is (102,46,157). Sum of RGB (Red+Green+Blue) = 102+46+157=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #662E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E9D is #99D162. Grayscale: #4B4B4B. Windows color (decimal): -10080611 or 10301030. OLE color: 10301030.

HSL color Cylindrical-coordinate representation of color #662E9D: hue angle of 270.27º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662E9D is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10246157-
CMYK0.350.7100.38
HSL270.27º54.68%39.8%-
HSV(B)270.27º70.7%61.57%-
XYZ12.547.2132.63-
YUV75.4174.05146.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=33.44%
G=15.08%
B=51.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102461570.350.7100.38270.2754.6839.8
Hex662E9D234702610e3728
Octal14656235431070464166750
Binary11001101011101001110110001110001110100110100001110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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