Html Css Color HEX #64005D Palatinate Purple

📋 copy color: '#64005D'

red 100 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #64005D

Tints of Palatinate Purple #64005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 51.81%
G = 0%
B = 48.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64005D (or 0x64005D) is known color: Palatinate Purple. HEX triplet: 64, 00 and 5D. RGB value is (100,0,93). Sum of RGB (Red+Green+Blue) = 100+0+93=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64005D is #9BFFA2. Grayscale: #282828. Windows color (decimal): -10223523 or 6094948. OLE color: 6094948.

HSL color Cylindrical-coordinate representation of color #64005D: hue angle of 304.2º 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 #64005D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 93 -
CMYK 0 1 0.07 0.61
HSL 304.2º 1% 0.2% -
HSV(B) 304.2º 1% 0.39% -
XYZ 7.23 3.5 10.65 -
YUV 40.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 100 0 93 0 1 0.07 0.61 304.2 1 0.2
Hex 64 0 5D 0 64 7 3D 130 64 14
Octal 144 0 135 0 144 7 75 460 144 24
Binary 1100100 0 1011101 0 1100100 111 111101 100110000 1100100 10100

Color Harmonies of #64005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64005D

Black with #64005D

Text Example


Text Example

White with #64005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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