Html Css Color HEX #76215C Palatinate Purple

📋 copy color: '#76215C'

red 118 ◦ green 33 ◦ blue 92

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

Shades of Palatinate Purple #76215C

Tints of Palatinate Purple #76215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 48.56%
G = 13.58%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76215C (or 0x76215C) is known color: Palatinate Purple. HEX triplet: 76, 21 and 5C. RGB value is (118,33,92). Sum of RGB (Red+Green+Blue) = 118+33+92=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215C is #89DEA3. Grayscale: #404040. Windows color (decimal): -9035428 or 6037878. OLE color: 6037878.

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

Color convert

RGB 118 33 92 -
CMYK 0 0.72 0.22 0.54
HSL 318.35º 0.56% 0.3% -
HSV(B) 318.35º 0.72% 0.46% -
XYZ 9.95 5.71 10.7 -
YUV 65.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 118 33 92 0 0.72 0.22 0.54 318.35 0.56 0.3
Hex 76 21 5C 0 48 16 36 13E 38 1E
Octal 166 41 134 0 110 26 66 476 70 36
Binary 1110110 100001 1011100 0 1001000 10110 110110 100111110 111000 11110

Color Harmonies of #76215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76215C

Black with #76215C

Text Example


Text Example

White with #76215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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