Html Css Color HEX #664798 Royal Purple

📋 copy color: '#664798'

red 102 ◦ green 71 ◦ blue 152

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

Shades of Royal Purple #664798

Tints of Royal Purple #664798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 31.38%
G = 21.85%
B = 46.77%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664798 (or 0x664798) is known color: Royal Purple. HEX triplet: 66, 47 and 98. RGB value is (102,71,152). Sum of RGB (Red+Green+Blue) = 102+71+152=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #664798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664798 is #99B867. Grayscale: #595959. Windows color (decimal): -10074216 or 9979750. OLE color: 9979750.

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

Color convert

RGB 102 71 152 -
CMYK 0.33 0.53 0 0.40
HSL 262.96º 0.36% 0.44% -
HSV(B) 262.96º 0.53% 0.6% -
XYZ 13.4 9.6 30.85 -
YUV 89.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 102 71 152 0.33 0.53 0 0.40 262.96 0.36 0.44
Hex 66 47 98 21 35 0 28 107 24 2C
Octal 146 107 230 41 65 0 50 407 44 54
Binary 1100110 1000111 10011000 100001 110101 0 101000 100000111 100100 101100

Color Harmonies of #664798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664798

Black with #664798

Text Example


Text Example

White with #664798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664798; }

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

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

background-color css

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

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

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

border-color css

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

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

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