Html Css Color HEX #76216A Palatinate Purple

📋 copy color: '#76216A'

red 118 ◦ green 33 ◦ blue 106

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

Shades of Palatinate Purple #76216A

Tints of Palatinate Purple #76216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 45.91%
G = 12.84%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76216A (or 0x76216A) is known color: Palatinate Purple. HEX triplet: 76, 21 and 6A. RGB value is (118,33,106). Sum of RGB (Red+Green+Blue) = 118+33+106=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216A is #89DE95. Grayscale: #424242. Windows color (decimal): -9035414 or 6955382. OLE color: 6955382.

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

Color convert

RGB 118 33 106 -
CMYK 0 0.72 0.10 0.54
HSL 308.47º 0.56% 0.3% -
HSV(B) 308.47º 0.72% 0.46% -
XYZ 10.62 5.98 14.23 -
YUV 66.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 118 33 106 0 0.72 0.10 0.54 308.47 0.56 0.3
Hex 76 21 6A 0 48 A 36 134 38 1E
Octal 166 41 152 0 110 12 66 464 70 36
Binary 1110110 100001 1101010 0 1001000 1010 110110 100110100 111000 11110

Color Harmonies of #76216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76216A

Black with #76216A

Text Example


Text Example

White with #76216A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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