Html Css Color HEX #64255A Palatinate Purple

📋 copy color: '#64255A'

red 100 ◦ green 37 ◦ blue 90

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

Shades of Palatinate Purple #64255A

Tints of Palatinate Purple #64255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 44.05%
G = 16.3%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64255A (or 0x64255A) is known color: Palatinate Purple. HEX triplet: 64, 25 and 5A. RGB value is (100,37,90). Sum of RGB (Red+Green+Blue) = 100+37+90=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64255A is #9BDAA5. Grayscale: #3D3D3D. Windows color (decimal): -10214054 or 5907812. OLE color: 5907812.

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

Color convert

RGB 100 37 90 -
CMYK 0 0.63 0.10 0.61
HSL 309.52º 0.46% 0.27% -
HSV(B) 309.52º 0.63% 0.39% -
XYZ 7.76 4.77 10.18 -
YUV 61.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 100 37 90 0 0.63 0.10 0.61 309.52 0.46 0.27
Hex 64 25 5A 0 3F A 3D 136 2E 1B
Octal 144 45 132 0 77 12 75 466 56 33
Binary 1100100 100101 1011010 0 111111 1010 111101 100110110 101110 11011

Color Harmonies of #64255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64255A

Black with #64255A

Text Example


Text Example

White with #64255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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