Html Css Color HEX #763561 Palatinate Purple

📋 copy color: '#763561'

red 118 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #763561

Tints of Palatinate Purple #763561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 44.03%
G = 19.78%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763561 (or 0x763561) is known color: Palatinate Purple. HEX triplet: 76, 35 and 61. RGB value is (118,53,97). Sum of RGB (Red+Green+Blue) = 118+53+97=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763561 is #89CA9E. Grayscale: #4D4D4D. Windows color (decimal): -9030303 or 6370678. OLE color: 6370678.

HSL color Cylindrical-coordinate representation of color #763561: hue angle of 319.38º 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 #763561 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 97 -
CMYK 0 0.55 0.18 0.54
HSL 319.38º 0.38% 0.34% -
HSV(B) 319.38º 0.55% 0.46% -
XYZ 10.9 7.26 12.14 -
YUV 77.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 118 53 97 0 0.55 0.18 0.54 319.38 0.38 0.34
Hex 76 35 61 0 37 12 36 13F 26 22
Octal 166 65 141 0 67 22 66 477 46 42
Binary 1110110 110101 1100001 0 110111 10010 110110 100111111 100110 100010

Color Harmonies of #763561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763561

Black with #763561

Text Example


Text Example

White with #763561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763561; }

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

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

background-color css

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

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

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

border-color css

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

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

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