Html Css Color HEX #64415F Palatinate Purple

📋 copy color: '#64415F'

red 100 ◦ green 65 ◦ blue 95

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

Shades of Palatinate Purple #64415F

Tints of Palatinate Purple #64415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 38.46%
G = 25%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64415F (or 0x64415F) is known color: Palatinate Purple. HEX triplet: 64, 41 and 5F. RGB value is (100,65,95). Sum of RGB (Red+Green+Blue) = 100+65+95=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #64415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415F is #9BBEA0. Grayscale: #4E4E4E. Windows color (decimal): -10206881 or 6242660. OLE color: 6242660.

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

Color convert

RGB 100 65 95 -
CMYK 0 0.35 0.05 0.61
HSL 308.57º 0.21% 0.32% -
HSV(B) 308.57º 0.35% 0.39% -
XYZ 9.21 7.32 11.75 -
YUV 78.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 100 65 95 0 0.35 0.05 0.61 308.57 0.21 0.32
Hex 64 41 5F 0 23 5 3D 135 15 20
Octal 144 101 137 0 43 5 75 465 25 40
Binary 1100100 1000001 1011111 0 100011 101 111101 100110101 10101 100000

Color Harmonies of #64415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64415F

Black with #64415F

Text Example


Text Example

White with #64415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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