Html Css Color HEX #763560 Palatinate Purple

📋 copy color: '#763560'

red 118 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #763560

Tints of Palatinate Purple #763560

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

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

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

R = 44.19%
G = 19.85%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#763560 (or 0x763560) is known color: Palatinate Purple. HEX triplet: 76, 35 and 60. RGB value is (118,53,96). Sum of RGB (Red+Green+Blue) = 118+53+96=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763560 is #89CA9F. Grayscale: #4D4D4D. Windows color (decimal): -9030304 or 6305142. OLE color: 6305142.

HSL color Cylindrical-coordinate representation of color #763560: hue angle of 320.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763560 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 96 -
CMYK 0 0.55 0.19 0.54
HSL 320.31º 0.38% 0.34% -
HSV(B) 320.31º 0.55% 0.46% -
XYZ 10.86 7.24 11.89 -
YUV 77.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 118 53 96 0 0.55 0.19 0.54 320.31 0.38 0.34
Hex 76 35 60 0 37 13 36 140 26 22
Octal 166 65 140 0 67 23 66 500 46 42
Binary 1110110 110101 1100000 0 110111 10011 110110 101000000 100110 100010

Color Harmonies of #763560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763560

Black with #763560

Text Example


Text Example

White with #763560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763560; }

 p { color: rgb(118,53,96); }

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

background-color css

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

 a { background-color: rgb(118,53,96); }

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

border-color css

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

 span { border-color: rgb(118,53,96); }

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