Html Css Color HEX #64275F Palatinate Purple

📋 copy color: '#64275F'

red 100 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #64275F

Tints of Palatinate Purple #64275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 42.74%
G = 16.67%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64275F (or 0x64275F) is known color: Palatinate Purple. HEX triplet: 64, 27 and 5F. RGB value is (100,39,95). Sum of RGB (Red+Green+Blue) = 100+39+95=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64275F is #9BD8A0. Grayscale: #3F3F3F. Windows color (decimal): -10213537 or 6236004. OLE color: 6236004.

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

Color convert

RGB 100 39 95 -
CMYK 0 0.61 0.05 0.61
HSL 304.92º 0.44% 0.27% -
HSV(B) 304.92º 0.61% 0.39% -
XYZ 8.05 4.99 11.36 -
YUV 63.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 100 39 95 0 0.61 0.05 0.61 304.92 0.44 0.27
Hex 64 27 5F 0 3D 5 3D 131 2C 1B
Octal 144 47 137 0 75 5 75 461 54 33
Binary 1100100 100111 1011111 0 111101 101 111101 100110001 101100 11011

Color Harmonies of #64275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64275F

Black with #64275F

Text Example


Text Example

White with #64275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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