Html Css Color HEX #664896 Royal Purple

📋 copy color: '#664896'

red 102 ◦ green 72 ◦ blue 150

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

Shades of Royal Purple #664896

Tints of Royal Purple #664896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 31.48%
G = 22.22%
B = 46.3%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#664896 (or 0x664896) is known color: Royal Purple. HEX triplet: 66, 48 and 96. RGB value is (102,72,150). Sum of RGB (Red+Green+Blue) = 102+72+150=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #664896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664896 is #99B769. Grayscale: #595959. Windows color (decimal): -10073962 or 9848934. OLE color: 9848934.

HSL color Cylindrical-coordinate representation of color #664896: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #664896 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 72 150 -
CMYK 0.32 0.52 0 0.41
HSL 263.08º 0.35% 0.44% -
HSV(B) 263.08º 0.52% 0.59% -
XYZ 13.3 9.66 30.02 -
YUV 89.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 102 72 150 0.32 0.52 0 0.41 263.08 0.35 0.44
Hex 66 48 96 20 34 0 29 107 23 2C
Octal 146 110 226 40 64 0 51 407 43 54
Binary 1100110 1001000 10010110 100000 110100 0 101001 100000111 100011 101100

Color Harmonies of #664896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664896

Black with #664896

Text Example


Text Example

White with #664896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664896; }

 p { color: rgb(102,72,150); }

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

background-color css

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

 a { background-color: rgb(102,72,150); }

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

border-color css

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

 span { border-color: rgb(102,72,150); }

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