Html Css Color HEX #664A98 Royal Purple

📋 copy color: '#664A98'

red 102 ◦ green 74 ◦ blue 152

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

Shades of Royal Purple #664A98

Tints of Royal Purple #664A98

RGB

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

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

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

R = 31.1%
G = 22.56%
B = 46.34%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664A98 (or 0x664A98) is known color: Royal Purple. HEX triplet: 66, 4A and 98. RGB value is (102,74,152). Sum of RGB (Red+Green+Blue) = 102+74+152=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #664A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A98 is #99B567. Grayscale: #5A5A5A. Windows color (decimal): -10073448 or 9980518. OLE color: 9980518.

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

Color convert

RGB 102 74 152 -
CMYK 0.33 0.51 0 0.40
HSL 261.54º 0.35% 0.44% -
HSV(B) 261.54º 0.51% 0.6% -
XYZ 13.6 9.99 30.92 -
YUV 91.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 102 74 152 0.33 0.51 0 0.40 261.54 0.35 0.44
Hex 66 4A 98 21 33 0 28 106 23 2C
Octal 146 112 230 41 63 0 50 406 43 54
Binary 1100110 1001010 10011000 100001 110011 0 101000 100000110 100011 101100

Color Harmonies of #664A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A98

Black with #664A98

Text Example


Text Example

White with #664A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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