Html Css Color HEX #64255F Palatinate Purple

📋 copy color: '#64255F'

red 100 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #64255F

Tints of Palatinate Purple #64255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 43.1%
G = 15.95%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64255F (or 0x64255F) is known color: Palatinate Purple. HEX triplet: 64, 25 and 5F. RGB value is (100,37,95). Sum of RGB (Red+Green+Blue) = 100+37+95=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64255F is #9BDAA0. Grayscale: #3E3E3E. Windows color (decimal): -10214049 or 6235492. OLE color: 6235492.

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

Color convert

RGB 100 37 95 -
CMYK 0 0.63 0.05 0.61
HSL 304.76º 0.46% 0.27% -
HSV(B) 304.76º 0.63% 0.39% -
XYZ 7.98 4.86 11.34 -
YUV 62.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 100 37 95 0 0.63 0.05 0.61 304.76 0.46 0.27
Hex 64 25 5F 0 3F 5 3D 131 2E 1B
Octal 144 45 137 0 77 5 75 461 56 33
Binary 1100100 100101 1011111 0 111111 101 111101 100110001 101110 11011

Color Harmonies of #64255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64255F

Black with #64255F

Text Example


Text Example

White with #64255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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