Html Css Color HEX #664AA2 Royal Purple

📋 copy color: '#664AA2'

red 102 ◦ green 74 ◦ blue 162

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

Shades of Royal Purple #664AA2

Tints of Royal Purple #664AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

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

R = 30.18%
G = 21.89%
B = 47.93%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#664AA2 (or 0x664AA2) is known color: Royal Purple. HEX triplet: 66, 4A and A2. RGB value is (102,74,162). Sum of RGB (Red+Green+Blue) = 102+74+162=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #664AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AA2 is #99B55D. Grayscale: #5C5C5C. Windows color (decimal): -10073438 or 10635878. OLE color: 10635878.

HSL color Cylindrical-coordinate representation of color #664AA2: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664AA2 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 74 162 -
CMYK 0.37 0.54 0 0.36
HSL 259.09º 0.37% 0.46% -
HSV(B) 259.09º 0.54% 0.64% -
XYZ 14.45 10.33 35.41 -
YUV 92.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 102 74 162 0.37 0.54 0 0.36 259.09 0.37 0.46
Hex 66 4A A2 25 36 0 24 103 25 2E
Octal 146 112 242 45 66 0 44 403 45 56
Binary 1100110 1001010 10100010 100101 110110 0 100100 100000011 100101 101110

Color Harmonies of #664AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AA2

Black with #664AA2

Text Example


Text Example

White with #664AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664AA2; }

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

 H1.HeaderClassName
 {
   color: #664AA2;
 }
 .AnyTagClassName
 {
   color: #664AA2;
 }
</style>

background-color css

<style>
 a { background-color: #664AA2; }

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

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

border-color css

<style>
 span { border-color: #664AA2; }

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

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