Html Css Color HEX #642657 Palatinate Purple

📋 copy color: '#642657'

red 100 ◦ green 38 ◦ blue 87

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

Shades of Palatinate Purple #642657

Tints of Palatinate Purple #642657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 44.44%
G = 16.89%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#642657 (or 0x642657) is known color: Palatinate Purple. HEX triplet: 64, 26 and 57. RGB value is (100,38,87). Sum of RGB (Red+Green+Blue) = 100+38+87=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #642657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642657 is #9BD9A8. Grayscale: #3D3D3D. Windows color (decimal): -10213801 or 5711460. OLE color: 5711460.

HSL color Cylindrical-coordinate representation of color #642657: hue angle of 312.58º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642657 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 38 87 -
CMYK 0 0.62 0.13 0.61
HSL 312.58º 0.45% 0.27% -
HSV(B) 312.58º 0.62% 0.39% -
XYZ 7.67 4.78 9.54 -
YUV 62.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 100 38 87 0 0.62 0.13 0.61 312.58 0.45 0.27
Hex 64 26 57 0 3E D 3D 139 2D 1B
Octal 144 46 127 0 76 15 75 471 55 33
Binary 1100100 100110 1010111 0 111110 1101 111101 100111001 101101 11011

Color Harmonies of #642657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642657

Black with #642657

Text Example


Text Example

White with #642657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642657; }

 p { color: rgb(100,38,87); }

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

background-color css

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

 a { background-color: rgb(100,38,87); }

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

border-color css

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

 span { border-color: rgb(100,38,87); }

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