Html Css Color HEX #76396A Palatinate Purple

📋 copy color: '#76396A'

red 118 ◦ green 57 ◦ blue 106

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

Shades of Palatinate Purple #76396A

Tints of Palatinate Purple #76396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 41.99%
G = 20.28%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76396A (or 0x76396A) is known color: Palatinate Purple. HEX triplet: 76, 39 and 6A. RGB value is (118,57,106). Sum of RGB (Red+Green+Blue) = 118+57+106=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76396A is #89C695. Grayscale: #505050. Windows color (decimal): -9029270 or 6961526. OLE color: 6961526.

HSL color Cylindrical-coordinate representation of color #76396A: hue angle of 311.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76396A is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 106 -
CMYK 0 0.52 0.10 0.54
HSL 311.8º 0.35% 0.34% -
HSV(B) 311.8º 0.52% 0.46% -
XYZ 11.54 7.82 14.54 -
YUV 80.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 118 57 106 0 0.52 0.10 0.54 311.8 0.35 0.34
Hex 76 39 6A 0 34 A 36 138 23 22
Octal 166 71 152 0 64 12 66 470 43 42
Binary 1110110 111001 1101010 0 110100 1010 110110 100111000 100011 100010

Color Harmonies of #76396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76396A

Black with #76396A

Text Example


Text Example

White with #76396A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,57,106); }

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

background-color css

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

 a { background-color: rgb(118,57,106); }

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

border-color css

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

 span { border-color: rgb(118,57,106); }

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