Html Css Color HEX #644260 Palatinate Purple

📋 copy color: '#644260'

red 100 ◦ green 66 ◦ blue 96

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

Shades of Palatinate Purple #644260

Tints of Palatinate Purple #644260

RGB

 RED value IS 100 (39.45% from 255) = 38.17%

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 38.17%
G = 25.19%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#644260 (or 0x644260) is known color: Palatinate Purple. HEX triplet: 64, 42 and 60. RGB value is (100,66,96). Sum of RGB (Red+Green+Blue) = 100+66+96=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #644260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644260 is #9BBD9F. Grayscale: #4F4F4F. Windows color (decimal): -10206624 or 6308452. OLE color: 6308452.

HSL color Cylindrical-coordinate representation of color #644260: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644260 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 66 96 -
CMYK 0 0.34 0.04 0.61
HSL 307.06º 0.2% 0.33% -
HSV(B) 307.06º 0.34% 0.39% -
XYZ 9.32 7.45 12.01 -
YUV 79.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 100 66 96 0 0.34 0.04 0.61 307.06 0.2 0.33
Hex 64 42 60 0 22 4 3D 133 14 21
Octal 144 102 140 0 42 4 75 463 24 41
Binary 1100100 1000010 1100000 0 100010 100 111101 100110011 10100 100001

Color Harmonies of #644260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644260

Black with #644260

Text Example


Text Example

White with #644260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644260; }

 p { color: rgb(100,66,96); }

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

background-color css

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

 a { background-color: rgb(100,66,96); }

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

border-color css

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

 span { border-color: rgb(100,66,96); }

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