Html Css Color HEX #64005F Palatinate Purple

📋 copy color: '#64005F'

red 100 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #64005F

Tints of Palatinate Purple #64005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.28%
G = 0%
B = 48.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64005F (or 0x64005F) is known color: Palatinate Purple. HEX triplet: 64, 00 and 5F. RGB value is (100,0,95). Sum of RGB (Red+Green+Blue) = 100+0+95=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64005F is #9BFFA0. Grayscale: #282828. Windows color (decimal): -10223521 or 6226020. OLE color: 6226020.

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

Color convert

RGB 100 0 95 -
CMYK 0 1 0.05 0.61
HSL 303º 1% 0.2% -
HSV(B) 303º 1% 0.39% -
XYZ 7.32 3.54 11.12 -
YUV 40.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 100 0 95 0 1 0.05 0.61 303 1 0.2
Hex 64 0 5F 0 64 5 3D 12F 64 14
Octal 144 0 137 0 144 5 75 457 144 24
Binary 1100100 0 1011111 0 1100100 101 111101 100101111 1100100 10100

Color Harmonies of #64005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64005F

Black with #64005F

Text Example


Text Example

White with #64005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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