#662DA2

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

Shades of Royal Purple #662DA2

Tints of Royal Purple #662DA2

Color information

#662DA2 (or 0x662DA2) is unknown color: approx Royal Purple. HEX triplet: 66, 2D and A2. RGB value is (102,45,162). Sum of RGB (Red+Green+Blue) = 102+45+162=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #662DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DA2 is #99D25D. Grayscale: #4A4A4A. Windows color (decimal): -10080862 or 10628454. OLE color: 10628454.

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

Color convert

RGB10245162-
CMYK0.370.7200.36
HSL269.23º56.52%40.59%-
HSV(B)269.23º72.22%63.53%-
XYZ12.947.3134.91-
YUV75.38176.88146.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 162 (63.67% from 255) = 52.43%
R=33.01%
G=14.56%
B=52.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102451620.370.7200.36269.2356.5240.59
Hex662DA2254802410d3929
Octal14655242451100444157151
Binary11001101011011010001010010110010000100100100001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,45,162); }

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

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

 a { background-color: rgb(102,45,162); }

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

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

 span { border-color: rgb(102,45,162); }

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