Html Css Color HEX #76145D Palatinate Purple

📋 copy color: '#76145D'

red 118 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #76145D

Tints of Palatinate Purple #76145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 51.08%
G = 8.66%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76145D (or 0x76145D) is known color: Palatinate Purple. HEX triplet: 76, 14 and 5D. RGB value is (118,20,93). Sum of RGB (Red+Green+Blue) = 118+20+93=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145D is #89EBA2. Grayscale: #393939. Windows color (decimal): -9038755 or 6100086. OLE color: 6100086.

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

Color convert

RGB 118 20 93 -
CMYK 0 0.83 0.21 0.54
HSL 315.31º 0.71% 0.27% -
HSV(B) 315.31º 0.83% 0.46% -
XYZ 9.7 5.14 10.84 -
YUV 57.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 118 20 93 0 0.83 0.21 0.54 315.31 0.71 0.27
Hex 76 14 5D 0 53 15 36 13B 47 1B
Octal 166 24 135 0 123 25 66 473 107 33
Binary 1110110 10100 1011101 0 1010011 10101 110110 100111011 1000111 11011

Color Harmonies of #76145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76145D

Black with #76145D

Text Example


Text Example

White with #76145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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