Html Css Color HEX #64065F Palatinate Purple

📋 copy color: '#64065F'

red 100 ◦ green 6 ◦ blue 95

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

Shades of Palatinate Purple #64065F

Tints of Palatinate Purple #64065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 49.75%
G = 2.99%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64065F (or 0x64065F) is known color: Palatinate Purple. HEX triplet: 64, 06 and 5F. RGB value is (100,6,95). Sum of RGB (Red+Green+Blue) = 100+6+95=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64065F is #9BF9A0. Grayscale: #2B2B2B. Windows color (decimal): -10221985 or 6227556. OLE color: 6227556.

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

Color convert

RGB 100 6 95 -
CMYK 0 0.94 0.05 0.61
HSL 303.19º 0.89% 0.21% -
HSV(B) 303.19º 0.94% 0.39% -
XYZ 7.39 3.67 11.14 -
YUV 44.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 100 6 95 0 0.94 0.05 0.61 303.19 0.89 0.21
Hex 64 6 5F 0 5E 5 3D 12F 59 15
Octal 144 6 137 0 136 5 75 457 131 25
Binary 1100100 110 1011111 0 1011110 101 111101 100101111 1011001 10101

Color Harmonies of #64065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64065F

Black with #64065F

Text Example


Text Example

White with #64065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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