Html Css Color HEX #662CA2 Royal Purple

📋 copy color: '#662CA2'

red 102 ◦ green 44 ◦ blue 162

#662CA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #662CA2

Tints of Royal Purple #662CA2

RGB

 RED value IS 102 (40.23% from 255) = 33.12%

 GREEN value IS 44 (17.58% from 255) = 14.29%

 BLUE value IS 162 (63.67% from 255) = 52.6%

R = 33.12%
G = 14.29%
B = 52.6%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#662CA2 (or 0x662CA2) is known color: Royal Purple. HEX triplet: 66, 2C and A2. RGB value is (102,44,162). Sum of RGB (Red+Green+Blue) = 102+44+162=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #662CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662CA2 is #99D35D. Grayscale: #4A4A4A. Windows color (decimal): -10081118 or 10628198. OLE color: 10628198.

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

Color convert

RGB 102 44 162 -
CMYK 0.37 0.73 0 0.36
HSL 269.49º 0.57% 0.4% -
HSV(B) 269.49º 0.73% 0.64% -
XYZ 12.9 7.23 34.9 -
YUV 74.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 102 44 162 0.37 0.73 0 0.36 269.49 0.57 0.4
Hex 66 2C A2 25 49 0 24 10D 39 28
Octal 146 54 242 45 111 0 44 415 71 50
Binary 1100110 101100 10100010 100101 1001001 0 100100 100001101 111001 101000

Color Harmonies of #662CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662CA2

Black with #662CA2

Text Example


Text Example

White with #662CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #662CA2;
 }
 .AnyTagClassName
 {
   color: #662CA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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