Html Css Color HEX #64255E Palatinate Purple

📋 copy color: '#64255E'

red 100 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #64255E

Tints of Palatinate Purple #64255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 43.29%
G = 16.02%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#64255E (or 0x64255E) is known color: Palatinate Purple. HEX triplet: 64, 25 and 5E. RGB value is (100,37,94). Sum of RGB (Red+Green+Blue) = 100+37+94=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #64255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64255E is #9BDAA1. Grayscale: #3E3E3E. Windows color (decimal): -10214050 or 6169956. OLE color: 6169956.

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

Color convert

RGB 100 37 94 -
CMYK 0 0.63 0.06 0.61
HSL 305.71º 0.46% 0.27% -
HSV(B) 305.71º 0.63% 0.39% -
XYZ 7.94 4.84 11.11 -
YUV 62.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 100 37 94 0 0.63 0.06 0.61 305.71 0.46 0.27
Hex 64 25 5E 0 3F 6 3D 132 2E 1B
Octal 144 45 136 0 77 6 75 462 56 33
Binary 1100100 100101 1011110 0 111111 110 111101 100110010 101110 11011

Color Harmonies of #64255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64255E

Black with #64255E

Text Example


Text Example

White with #64255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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