Html Css Color HEX #76215F Palatinate Purple

📋 copy color: '#76215F'

red 118 ◦ green 33 ◦ blue 95

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

Shades of Palatinate Purple #76215F

Tints of Palatinate Purple #76215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 47.97%
G = 13.41%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76215F (or 0x76215F) is known color: Palatinate Purple. HEX triplet: 76, 21 and 5F. RGB value is (118,33,95). Sum of RGB (Red+Green+Blue) = 118+33+95=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215F is #89DEA0. Grayscale: #414141. Windows color (decimal): -9035425 or 6234486. OLE color: 6234486.

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

Color convert

RGB 118 33 95 -
CMYK 0 0.72 0.19 0.54
HSL 316.24º 0.56% 0.3% -
HSV(B) 316.24º 0.72% 0.46% -
XYZ 10.08 5.77 11.41 -
YUV 65.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 118 33 95 0 0.72 0.19 0.54 316.24 0.56 0.3
Hex 76 21 5F 0 48 13 36 13C 38 1E
Octal 166 41 137 0 110 23 66 474 70 36
Binary 1110110 100001 1011111 0 1001000 10011 110110 100111100 111000 11110

Color Harmonies of #76215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76215F

Black with #76215F

Text Example


Text Example

White with #76215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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