Html Css Color HEX #664AA3 Royal Purple

📋 copy color: '#664AA3'

red 102 ◦ green 74 ◦ blue 163

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

Shades of Royal Purple #664AA3

Tints of Royal Purple #664AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 30.09%
G = 21.83%
B = 48.08%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#664AA3 (or 0x664AA3) is known color: Royal Purple. HEX triplet: 66, 4A and A3. RGB value is (102,74,163). Sum of RGB (Red+Green+Blue) = 102+74+163=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #664AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AA3 is #99B55C. Grayscale: #5C5C5C. Windows color (decimal): -10073437 or 10701414. OLE color: 10701414.

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

Color convert

RGB 102 74 163 -
CMYK 0.37 0.55 0 0.36
HSL 258.88º 0.38% 0.46% -
HSV(B) 258.88º 0.55% 0.64% -
XYZ 14.54 10.37 35.89 -
YUV 92.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 102 74 163 0.37 0.55 0 0.36 258.88 0.38 0.46
Hex 66 4A A3 25 37 0 24 103 26 2E
Octal 146 112 243 45 67 0 44 403 46 56
Binary 1100110 1001010 10100011 100101 110111 0 100100 100000011 100110 101110

Color Harmonies of #664AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AA3

Black with #664AA3

Text Example


Text Example

White with #664AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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