Html Css Color HEX #643255 Palatinate Purple

📋 copy color: '#643255'

red 100 ◦ green 50 ◦ blue 85

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

Shades of Palatinate Purple #643255

Tints of Palatinate Purple #643255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 42.55%
G = 21.28%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#643255 (or 0x643255) is known color: Palatinate Purple. HEX triplet: 64, 32 and 55. RGB value is (100,50,85). Sum of RGB (Red+Green+Blue) = 100+50+85=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #643255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643255 is #9BCDAA. Grayscale: #444444. Windows color (decimal): -10210731 or 5583460. OLE color: 5583460.

HSL color Cylindrical-coordinate representation of color #643255: hue angle of 318º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643255 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 50 85 -
CMYK 0 0.50 0.15 0.61
HSL 318º 0.33% 0.29% -
HSV(B) 318º 0.5% 0.39% -
XYZ 8.04 5.65 9.26 -
YUV 68.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 100 50 85 0 0.50 0.15 0.61 318 0.33 0.29
Hex 64 32 55 0 32 F 3D 13E 21 1D
Octal 144 62 125 0 62 17 75 476 41 35
Binary 1100100 110010 1010101 0 110010 1111 111101 100111110 100001 11101

Color Harmonies of #643255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643255

Black with #643255

Text Example


Text Example

White with #643255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643255; }

 p { color: rgb(100,50,85); }

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

background-color css

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

 a { background-color: rgb(100,50,85); }

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

border-color css

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

 span { border-color: rgb(100,50,85); }

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