Html Css Color HEX #64015F Palatinate Purple

📋 copy color: '#64015F'

red 100 ◦ green 1 ◦ blue 95

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

Shades of Palatinate Purple #64015F

Tints of Palatinate Purple #64015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 51.02%
G = 0.51%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64015F (or 0x64015F) is known color: Palatinate Purple. HEX triplet: 64, 01 and 5F. RGB value is (100,1,95). Sum of RGB (Red+Green+Blue) = 100+1+95=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64015F is #9BFEA0. Grayscale: #292929. Windows color (decimal): -10223265 or 6226276. OLE color: 6226276.

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

Color convert

RGB 100 1 95 -
CMYK 0 0.99 0.05 0.61
HSL 303.03º 0.98% 0.2% -
HSV(B) 303.03º 0.99% 0.39% -
XYZ 7.33 3.56 11.13 -
YUV 41.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 100 1 95 0 0.99 0.05 0.61 303.03 0.98 0.2
Hex 64 1 5F 0 63 5 3D 12F 62 14
Octal 144 1 137 0 143 5 75 457 142 24
Binary 1100100 1 1011111 0 1100011 101 111101 100101111 1100010 10100

Color Harmonies of #64015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64015F

Black with #64015F

Text Example


Text Example

White with #64015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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