Html Css Color HEX #76205D Palatinate Purple

📋 copy color: '#76205D'

red 118 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #76205D

Tints of Palatinate Purple #76205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 48.56%
G = 13.17%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76205D (or 0x76205D) is known color: Palatinate Purple. HEX triplet: 76, 20 and 5D. RGB value is (118,32,93). Sum of RGB (Red+Green+Blue) = 118+32+93=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76205D is #89DFA2. Grayscale: #404040. Windows color (decimal): -9035683 or 6103158. OLE color: 6103158.

HSL color Cylindrical-coordinate representation of color #76205D: hue angle of 317.44º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76205D is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 93 -
CMYK 0 0.73 0.21 0.54
HSL 317.44º 0.57% 0.29% -
HSV(B) 317.44º 0.73% 0.46% -
XYZ 9.96 5.67 10.93 -
YUV 64.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 118 32 93 0 0.73 0.21 0.54 317.44 0.57 0.29
Hex 76 20 5D 0 49 15 36 13D 39 1D
Octal 166 40 135 0 111 25 66 475 71 35
Binary 1110110 100000 1011101 0 1001001 10101 110110 100111101 111001 11101

Color Harmonies of #76205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76205D

Black with #76205D

Text Example


Text Example

White with #76205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,32,93); }

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

background-color css

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

 a { background-color: rgb(118,32,93); }

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

border-color css

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

 span { border-color: rgb(118,32,93); }

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