Html Css Color HEX #763360 Palatinate Purple

📋 copy color: '#763360'

red 118 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #763360

Tints of Palatinate Purple #763360

RGB

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

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

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

R = 44.53%
G = 19.25%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#763360 (or 0x763360) is known color: Palatinate Purple. HEX triplet: 76, 33 and 60. RGB value is (118,51,96). Sum of RGB (Red+Green+Blue) = 118+51+96=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763360 is #89CC9F. Grayscale: #4C4C4C. Windows color (decimal): -9030816 or 6304630. OLE color: 6304630.

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

Color convert

RGB 118 51 96 -
CMYK 0 0.57 0.19 0.54
HSL 319.7º 0.4% 0.33% -
HSV(B) 319.7º 0.57% 0.46% -
XYZ 10.77 7.06 11.86 -
YUV 76.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 118 51 96 0 0.57 0.19 0.54 319.7 0.4 0.33
Hex 76 33 60 0 39 13 36 140 28 21
Octal 166 63 140 0 71 23 66 500 50 41
Binary 1110110 110011 1100000 0 111001 10011 110110 101000000 101000 100001

Color Harmonies of #763360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763360

Black with #763360

Text Example


Text Example

White with #763360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763360; }

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

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

background-color css

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

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

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

border-color css

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

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

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