Html Css Color HEX #64085F Palatinate Purple

📋 copy color: '#64085F'

red 100 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #64085F

Tints of Palatinate Purple #64085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 49.26%
G = 3.94%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64085F (or 0x64085F) is known color: Palatinate Purple. HEX triplet: 64, 08 and 5F. RGB value is (100,8,95). Sum of RGB (Red+Green+Blue) = 100+8+95=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #64085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64085F is #9BF7A0. Grayscale: #2D2D2D. Windows color (decimal): -10221473 or 6228068. OLE color: 6228068.

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

Color convert

RGB 100 8 95 -
CMYK 0 0.92 0.05 0.61
HSL 303.26º 0.85% 0.21% -
HSV(B) 303.26º 0.92% 0.39% -
XYZ 7.41 3.71 11.15 -
YUV 45.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 100 8 95 0 0.92 0.05 0.61 303.26 0.85 0.21
Hex 64 8 5F 0 5C 5 3D 12F 55 15
Octal 144 10 137 0 134 5 75 457 125 25
Binary 1100100 1000 1011111 0 1011100 101 111101 100101111 1010101 10101

Color Harmonies of #64085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64085F

Black with #64085F

Text Example


Text Example

White with #64085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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