Html Css Color HEX #664998 Royal Purple

📋 copy color: '#664998'

red 102 ◦ green 73 ◦ blue 152

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

Shades of Royal Purple #664998

Tints of Royal Purple #664998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 152 (59.77% from 255) = 46.48%

R = 31.19%
G = 22.32%
B = 46.48%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664998 (or 0x664998) is known color: Royal Purple. HEX triplet: 66, 49 and 98. RGB value is (102,73,152). Sum of RGB (Red+Green+Blue) = 102+73+152=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #664998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664998 is #99B667. Grayscale: #5A5A5A. Windows color (decimal): -10073704 or 9980262. OLE color: 9980262.

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

Color convert

RGB 102 73 152 -
CMYK 0.33 0.52 0 0.40
HSL 262.03º 0.35% 0.44% -
HSV(B) 262.03º 0.52% 0.6% -
XYZ 13.53 9.86 30.9 -
YUV 90.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 102 73 152 0.33 0.52 0 0.40 262.03 0.35 0.44
Hex 66 49 98 21 34 0 28 106 23 2C
Octal 146 111 230 41 64 0 50 406 43 54
Binary 1100110 1001001 10011000 100001 110100 0 101000 100000110 100011 101100

Color Harmonies of #664998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664998

Black with #664998

Text Example


Text Example

White with #664998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664998; }

 p { color: rgb(102,73,152); }

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

background-color css

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

 a { background-color: rgb(102,73,152); }

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

border-color css

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

 span { border-color: rgb(102,73,152); }

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