Html Css Color HEX #76216D Palatinate Purple

📋 copy color: '#76216D'

red 118 ◦ green 33 ◦ blue 109

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

Shades of Palatinate Purple #76216D

Tints of Palatinate Purple #76216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 45.38%
G = 12.69%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76216D (or 0x76216D) is known color: Palatinate Purple. HEX triplet: 76, 21 and 6D. RGB value is (118,33,109). Sum of RGB (Red+Green+Blue) = 118+33+109=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216D is #89DE92. Grayscale: #424242. Windows color (decimal): -9035411 or 7151990. OLE color: 7151990.

HSL color Cylindrical-coordinate representation of color #76216D: hue angle of 306.35º 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 #76216D is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 109 -
CMYK 0 0.72 0.08 0.54
HSL 306.35º 0.56% 0.3% -
HSV(B) 306.35º 0.72% 0.46% -
XYZ 10.78 6.04 15.07 -
YUV 67.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 118 33 109 0 0.72 0.08 0.54 306.35 0.56 0.3
Hex 76 21 6D 0 48 8 36 132 38 1E
Octal 166 41 155 0 110 10 66 462 70 36
Binary 1110110 100001 1101101 0 1001000 1000 110110 100110010 111000 11110

Color Harmonies of #76216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76216D

Black with #76216D

Text Example


Text Example

White with #76216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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