Html Css Color HEX #64335A Palatinate Purple

📋 copy color: '#64335A'

red 100 ◦ green 51 ◦ blue 90

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

Shades of Palatinate Purple #64335A

Tints of Palatinate Purple #64335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 41.49%
G = 21.16%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64335A (or 0x64335A) is known color: Palatinate Purple. HEX triplet: 64, 33 and 5A. RGB value is (100,51,90). Sum of RGB (Red+Green+Blue) = 100+51+90=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64335A is #9BCCA5. Grayscale: #454545. Windows color (decimal): -10210470 or 5911396. OLE color: 5911396.

HSL color Cylindrical-coordinate representation of color #64335A: hue angle of 312.24º 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 #64335A is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 51 90 -
CMYK 0 0.49 0.10 0.61
HSL 312.24º 0.32% 0.3% -
HSV(B) 312.24º 0.49% 0.39% -
XYZ 8.28 5.82 10.36 -
YUV 70.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 100 51 90 0 0.49 0.10 0.61 312.24 0.32 0.3
Hex 64 33 5A 0 31 A 3D 138 20 1E
Octal 144 63 132 0 61 12 75 470 40 36
Binary 1100100 110011 1011010 0 110001 1010 111101 100111000 100000 11110

Color Harmonies of #64335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64335A

Black with #64335A

Text Example


Text Example

White with #64335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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