Html Css Color HEX #640758 Palatinate Purple

📋 copy color: '#640758'

red 100 ◦ green 7 ◦ blue 88

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

Shades of Palatinate Purple #640758

Tints of Palatinate Purple #640758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 51.28%
G = 3.59%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#640758 (or 0x640758) is known color: Palatinate Purple. HEX triplet: 64, 07 and 58. RGB value is (100,7,88). Sum of RGB (Red+Green+Blue) = 100+7+88=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #640758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640758 is #9BF8A7. Grayscale: #2B2B2B. Windows color (decimal): -10221736 or 5769060. OLE color: 5769060.

HSL color Cylindrical-coordinate representation of color #640758: hue angle of 307.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640758 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 7 88 -
CMYK 0 0.93 0.12 0.61
HSL 307.74º 0.87% 0.21% -
HSV(B) 307.74º 0.93% 0.39% -
XYZ 7.09 3.57 9.55 -
YUV 44.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 100 7 88 0 0.93 0.12 0.61 307.74 0.87 0.21
Hex 64 7 58 0 5D C 3D 134 57 15
Octal 144 7 130 0 135 14 75 464 127 25
Binary 1100100 111 1011000 0 1011101 1100 111101 100110100 1010111 10101

Color Harmonies of #640758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640758

Black with #640758

Text Example


Text Example

White with #640758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640758; }

 p { color: rgb(100,7,88); }

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

background-color css

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

 a { background-color: rgb(100,7,88); }

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

border-color css

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

 span { border-color: rgb(100,7,88); }

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