Html Css Color HEX #643360 Palatinate Purple

📋 copy color: '#643360'

red 100 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #643360

Tints of Palatinate Purple #643360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 40.49%
G = 20.65%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#643360 (or 0x643360) is known color: Palatinate Purple. HEX triplet: 64, 33 and 60. RGB value is (100,51,96). Sum of RGB (Red+Green+Blue) = 100+51+96=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #643360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643360 is #9BCC9F. Grayscale: #464646. Windows color (decimal): -10210464 or 6304612. OLE color: 6304612.

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

Color convert

RGB 100 51 96 -
CMYK 0 0.49 0.04 0.61
HSL 304.9º 0.32% 0.3% -
HSV(B) 304.9º 0.49% 0.39% -
XYZ 8.55 5.92 11.76 -
YUV 70.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 100 51 96 0 0.49 0.04 0.61 304.9 0.32 0.3
Hex 64 33 60 0 31 4 3D 131 20 1E
Octal 144 63 140 0 61 4 75 461 40 36
Binary 1100100 110011 1100000 0 110001 100 111101 100110001 100000 11110

Color Harmonies of #643360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643360

Black with #643360

Text Example


Text Example

White with #643360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643360; }

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

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

background-color css

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

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

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

border-color css

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

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

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