Html Css Color HEX #662DAA Royal Purple

📋 copy color: '#662DAA'

red 102 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #662DAA

Tints of Royal Purple #662DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 32.18%
G = 14.2%
B = 53.63%

CMYK

 C value IS 0.4

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662DAA (or 0x662DAA) is known color: Royal Purple. HEX triplet: 66, 2D and AA. RGB value is (102,45,170). Sum of RGB (Red+Green+Blue) = 102+45+170=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #662DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DAA is #99D255. Grayscale: #4B4B4B. Windows color (decimal): -10080854 or 11152742. OLE color: 11152742.

HSL color Cylindrical-coordinate representation of color #662DAA: hue angle of 267.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662DAA is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 45 170 -
CMYK 0.4 0.74 0 0.33
HSL 267.36º 0.58% 0.42% -
HSV(B) 267.36º 0.74% 0.67% -
XYZ 13.67 7.6 38.78 -
YUV 76.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 102 45 170 0.4 0.74 0 0.33 267.36 0.58 0.42
Hex 66 2D AA 28 4A 0 21 10B 3A 2A
Octal 146 55 252 50 112 0 41 413 72 52
Binary 1100110 101101 10101010 101000 1001010 0 100001 100001011 111010 101010

Color Harmonies of #662DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662DAA

Black with #662DAA

Text Example


Text Example

White with #662DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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