Html Css Color HEX #64335C Palatinate Purple

📋 copy color: '#64335C'

red 100 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #64335C

Tints of Palatinate Purple #64335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

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

R = 41.15%
G = 20.99%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64335C (or 0x64335C) is known color: Palatinate Purple. HEX triplet: 64, 33 and 5C. RGB value is (100,51,92). Sum of RGB (Red+Green+Blue) = 100+51+92=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64335C is #9BCCA3. Grayscale: #464646. Windows color (decimal): -10210468 or 6042468. OLE color: 6042468.

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

Color convert

RGB 100 51 92 -
CMYK 0 0.49 0.08 0.61
HSL 309.8º 0.32% 0.3% -
HSV(B) 309.8º 0.49% 0.39% -
XYZ 8.37 5.85 10.81 -
YUV 70.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 100 51 92 0 0.49 0.08 0.61 309.8 0.32 0.3
Hex 64 33 5C 0 31 8 3D 136 20 1E
Octal 144 63 134 0 61 10 75 466 40 36
Binary 1100100 110011 1011100 0 110001 1000 111101 100110110 100000 11110

Color Harmonies of #64335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64335C

Black with #64335C

Text Example


Text Example

White with #64335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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