Html Css Color HEX #642753 Palatinate Purple

📋 copy color: '#642753'

red 100 ◦ green 39 ◦ blue 83

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

Shades of Palatinate Purple #642753

Tints of Palatinate Purple #642753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 45.05%
G = 17.57%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#642753 (or 0x642753) is known color: Palatinate Purple. HEX triplet: 64, 27 and 53. RGB value is (100,39,83). Sum of RGB (Red+Green+Blue) = 100+39+83=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #642753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642753 is #9BD8AC. Grayscale: #3E3E3E. Windows color (decimal): -10213549 or 5449572. OLE color: 5449572.

HSL color Cylindrical-coordinate representation of color #642753: hue angle of 316.72º 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 #642753 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 39 83 -
CMYK 0 0.61 0.17 0.61
HSL 316.72º 0.44% 0.27% -
HSV(B) 316.72º 0.61% 0.39% -
XYZ 7.54 4.78 8.71 -
YUV 62.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 100 39 83 0 0.61 0.17 0.61 316.72 0.44 0.27
Hex 64 27 53 0 3D 11 3D 13D 2C 1B
Octal 144 47 123 0 75 21 75 475 54 33
Binary 1100100 100111 1010011 0 111101 10001 111101 100111101 101100 11011

Color Harmonies of #642753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642753

Black with #642753

Text Example


Text Example

White with #642753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642753; }

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

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

background-color css

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

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

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

border-color css

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

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

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