Html Css Color HEX #76145B Palatinate Purple

📋 copy color: '#76145B'

red 118 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #76145B

Tints of Palatinate Purple #76145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 51.53%
G = 8.73%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76145B (or 0x76145B) is known color: Palatinate Purple. HEX triplet: 76, 14 and 5B. RGB value is (118,20,91). Sum of RGB (Red+Green+Blue) = 118+20+91=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145B is #89EBA4. Grayscale: #393939. Windows color (decimal): -9038757 or 5969014. OLE color: 5969014.

HSL color Cylindrical-coordinate representation of color #76145B: hue angle of 316.53º 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 #76145B is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 91 -
CMYK 0 0.83 0.23 0.54
HSL 316.53º 0.71% 0.27% -
HSV(B) 316.53º 0.83% 0.46% -
XYZ 9.61 5.11 10.38 -
YUV 57.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 118 20 91 0 0.83 0.23 0.54 316.53 0.71 0.27
Hex 76 14 5B 0 53 17 36 13D 47 1B
Octal 166 24 133 0 123 27 66 475 107 33
Binary 1110110 10100 1011011 0 1010011 10111 110110 100111101 1000111 11011

Color Harmonies of #76145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76145B

Black with #76145B

Text Example


Text Example

White with #76145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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