Html Css Color HEX #642755 Palatinate Purple

📋 copy color: '#642755'

red 100 ◦ green 39 ◦ blue 85

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

Shades of Palatinate Purple #642755

Tints of Palatinate Purple #642755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 44.64%
G = 17.41%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#642755 (or 0x642755) is known color: Palatinate Purple. HEX triplet: 64, 27 and 55. RGB value is (100,39,85). Sum of RGB (Red+Green+Blue) = 100+39+85=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #642755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642755 is #9BD8AA. Grayscale: #3E3E3E. Windows color (decimal): -10213547 or 5580644. OLE color: 5580644.

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

Color convert

RGB 100 39 85 -
CMYK 0 0.61 0.15 0.61
HSL 314.75º 0.44% 0.27% -
HSV(B) 314.75º 0.61% 0.39% -
XYZ 7.62 4.82 9.12 -
YUV 62.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 100 39 85 0 0.61 0.15 0.61 314.75 0.44 0.27
Hex 64 27 55 0 3D F 3D 13B 2C 1B
Octal 144 47 125 0 75 17 75 473 54 33
Binary 1100100 100111 1010101 0 111101 1111 111101 100111011 101100 11011

Color Harmonies of #642755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642755

Black with #642755

Text Example


Text Example

White with #642755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642755; }

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

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

background-color css

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

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

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

border-color css

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

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

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