Html Css Color HEX #64255B Palatinate Purple

📋 copy color: '#64255B'

red 100 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #64255B

Tints of Palatinate Purple #64255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 43.86%
G = 16.23%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64255B (or 0x64255B) is known color: Palatinate Purple. HEX triplet: 64, 25 and 5B. RGB value is (100,37,91). Sum of RGB (Red+Green+Blue) = 100+37+91=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64255B is #9BDAA4. Grayscale: #3D3D3D. Windows color (decimal): -10214053 or 5973348. OLE color: 5973348.

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

Color convert

RGB 100 37 91 -
CMYK 0 0.63 0.09 0.61
HSL 308.57º 0.46% 0.27% -
HSV(B) 308.57º 0.63% 0.39% -
XYZ 7.81 4.79 10.41 -
YUV 61.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 100 37 91 0 0.63 0.09 0.61 308.57 0.46 0.27
Hex 64 25 5B 0 3F 9 3D 135 2E 1B
Octal 144 45 133 0 77 11 75 465 56 33
Binary 1100100 100101 1011011 0 111111 1001 111101 100110101 101110 11011

Color Harmonies of #64255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64255B

Black with #64255B

Text Example


Text Example

White with #64255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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