Html Css Color HEX #76095D Palatinate Purple

📋 copy color: '#76095D'

red 118 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #76095D

Tints of Palatinate Purple #76095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 53.64%
G = 4.09%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76095D (or 0x76095D) is known color: Palatinate Purple. HEX triplet: 76, 09 and 5D. RGB value is (118,9,93). Sum of RGB (Red+Green+Blue) = 118+9+93=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76095D is #89F6A2. Grayscale: #323232. Windows color (decimal): -9041571 or 6097270. OLE color: 6097270.

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

Color convert

RGB 118 9 93 -
CMYK 0 0.92 0.21 0.54
HSL 313.76º 0.86% 0.25% -
HSV(B) 313.76º 0.92% 0.46% -
XYZ 9.54 4.84 10.79 -
YUV 51.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 118 9 93 0 0.92 0.21 0.54 313.76 0.86 0.25
Hex 76 9 5D 0 5C 15 36 13A 56 19
Octal 166 11 135 0 134 25 66 472 126 31
Binary 1110110 1001 1011101 0 1011100 10101 110110 100111010 1010110 11001

Color Harmonies of #76095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76095D

Black with #76095D

Text Example


Text Example

White with #76095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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