Html Css Color HEX #64355A Palatinate Purple

📋 copy color: '#64355A'

red 100 ◦ green 53 ◦ blue 90

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

Shades of Palatinate Purple #64355A

Tints of Palatinate Purple #64355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 41.15%
G = 21.81%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64355A (or 0x64355A) is known color: Palatinate Purple. HEX triplet: 64, 35 and 5A. RGB value is (100,53,90). Sum of RGB (Red+Green+Blue) = 100+53+90=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355A is #9BCAA5. Grayscale: #474747. Windows color (decimal): -10209958 or 5911908. OLE color: 5911908.

HSL color Cylindrical-coordinate representation of color #64355A: hue angle of 312.77º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64355A is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 90 -
CMYK 0 0.47 0.10 0.61
HSL 312.77º 0.31% 0.3% -
HSV(B) 312.77º 0.47% 0.39% -
XYZ 8.37 5.99 10.39 -
YUV 71.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 100 53 90 0 0.47 0.10 0.61 312.77 0.31 0.3
Hex 64 35 5A 0 2F A 3D 139 1F 1E
Octal 144 65 132 0 57 12 75 471 37 36
Binary 1100100 110101 1011010 0 101111 1010 111101 100111001 11111 11110

Color Harmonies of #64355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64355A

Black with #64355A

Text Example


Text Example

White with #64355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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