Html Css Color HEX #64395C Palatinate Purple

📋 copy color: '#64395C'

red 100 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #64395C

Tints of Palatinate Purple #64395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 40.16%
G = 22.89%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64395C (or 0x64395C) is known color: Palatinate Purple. HEX triplet: 64, 39 and 5C. RGB value is (100,57,92). Sum of RGB (Red+Green+Blue) = 100+57+92=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64395C is #9BC6A3. Grayscale: #494949. Windows color (decimal): -10208932 or 6044004. OLE color: 6044004.

HSL color Cylindrical-coordinate representation of color #64395C: hue angle of 311.16º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64395C is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 57 92 -
CMYK 0 0.43 0.08 0.61
HSL 311.16º 0.27% 0.31% -
HSV(B) 311.16º 0.43% 0.39% -
XYZ 8.65 6.41 10.91 -
YUV 73.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 100 57 92 0 0.43 0.08 0.61 311.16 0.27 0.31
Hex 64 39 5C 0 2B 8 3D 137 1B 1F
Octal 144 71 134 0 53 10 75 467 33 37
Binary 1100100 111001 1011100 0 101011 1000 111101 100110111 11011 11111

Color Harmonies of #64395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64395C

Black with #64395C

Text Example


Text Example

White with #64395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64395C; }

 p { color: rgb(100,57,92); }

 H1.HeaderClassName
 {
   color: #64395C;
 }
 .AnyTagClassName
 {
   color: #64395C;
 }
</style>

background-color css

<style>
 a { background-color: #64395C; }

 a { background-color: rgb(100,57,92); }

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

border-color css

<style>
 span { border-color: #64395C; }

 span { border-color: rgb(100,57,92); }

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