Html Css Color HEX #664561 Palatinate Purple

📋 copy color: '#664561'

red 102 ◦ green 69 ◦ blue 97

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

Shades of Palatinate Purple #664561

Tints of Palatinate Purple #664561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 38.06%
G = 25.75%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664561 (or 0x664561) is known color: Palatinate Purple. HEX triplet: 66, 45 and 61. RGB value is (102,69,97). Sum of RGB (Red+Green+Blue) = 102+69+97=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664561 is #99BA9E. Grayscale: #515151. Windows color (decimal): -10074783 or 6374758. OLE color: 6374758.

HSL color Cylindrical-coordinate representation of color #664561: hue angle of 309.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664561 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 97 -
CMYK 0 0.32 0.05 0.6
HSL 309.09º 0.19% 0.34% -
HSV(B) 309.09º 0.32% 0.4% -
XYZ 9.77 7.94 12.33 -
YUV 82.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 102 69 97 0 0.32 0.05 0.6 309.09 0.19 0.34
Hex 66 45 61 0 20 5 3C 135 13 22
Octal 146 105 141 0 40 5 74 465 23 42
Binary 1100110 1000101 1100001 0 100000 101 111100 100110101 10011 100010

Color Harmonies of #664561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664561

Black with #664561

Text Example


Text Example

White with #664561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664561; }

 p { color: rgb(102,69,97); }

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

background-color css

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

 a { background-color: rgb(102,69,97); }

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

border-color css

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

 span { border-color: rgb(102,69,97); }

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