Html Css Color HEX #76196A Palatinate Purple

📋 copy color: '#76196A'

red 118 ◦ green 25 ◦ blue 106

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

Shades of Palatinate Purple #76196A

Tints of Palatinate Purple #76196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 47.39%
G = 10.04%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76196A (or 0x76196A) is known color: Palatinate Purple. HEX triplet: 76, 19 and 6A. RGB value is (118,25,106). Sum of RGB (Red+Green+Blue) = 118+25+106=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76196A is #89E695. Grayscale: #3D3D3D. Windows color (decimal): -9037462 or 6953334. OLE color: 6953334.

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

Color convert

RGB 118 25 106 -
CMYK 0 0.79 0.10 0.54
HSL 307.74º 0.65% 0.28% -
HSV(B) 307.74º 0.79% 0.46% -
XYZ 10.42 5.59 14.16 -
YUV 62.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 118 25 106 0 0.79 0.10 0.54 307.74 0.65 0.28
Hex 76 19 6A 0 4F A 36 134 41 1C
Octal 166 31 152 0 117 12 66 464 101 34
Binary 1110110 11001 1101010 0 1001111 1010 110110 100110100 1000001 11100

Color Harmonies of #76196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76196A

Black with #76196A

Text Example


Text Example

White with #76196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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