Html Css Color HEX #664062 Palatinate Purple

📋 copy color: '#664062'

red 102 ◦ green 64 ◦ blue 98

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

Shades of Palatinate Purple #664062

Tints of Palatinate Purple #664062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 38.64%
G = 24.24%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#664062 (or 0x664062) is known color: Palatinate Purple. HEX triplet: 66, 40 and 62. RGB value is (102,64,98). Sum of RGB (Red+Green+Blue) = 102+64+98=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #664062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664062 is #99BF9D. Grayscale: #4F4F4F. Windows color (decimal): -10076062 or 6439014. OLE color: 6439014.

HSL color Cylindrical-coordinate representation of color #664062: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664062 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 98 -
CMYK 0 0.37 0.04 0.6
HSL 306.32º 0.23% 0.33% -
HSV(B) 306.32º 0.37% 0.4% -
XYZ 9.52 7.37 12.48 -
YUV 79.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 102 64 98 0 0.37 0.04 0.6 306.32 0.23 0.33
Hex 66 40 62 0 25 4 3C 132 17 21
Octal 146 100 142 0 45 4 74 462 27 41
Binary 1100110 1000000 1100010 0 100101 100 111100 100110010 10111 100001

Color Harmonies of #664062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664062

Black with #664062

Text Example


Text Example

White with #664062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664062; }

 p { color: rgb(102,64,98); }

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

background-color css

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

 a { background-color: rgb(102,64,98); }

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

border-color css

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

 span { border-color: rgb(102,64,98); }

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