Html Css Color HEX #76145A Palatinate Purple

📋 copy color: '#76145A'

red 118 ◦ green 20 ◦ blue 90

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

Shades of Palatinate Purple #76145A

Tints of Palatinate Purple #76145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 51.75%
G = 8.77%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76145A (or 0x76145A) is known color: Palatinate Purple. HEX triplet: 76, 14 and 5A. RGB value is (118,20,90). Sum of RGB (Red+Green+Blue) = 118+20+90=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145A is #89EBA5. Grayscale: #393939. Windows color (decimal): -9038758 or 5903478. OLE color: 5903478.

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

Color convert

RGB 118 20 90 -
CMYK 0 0.83 0.24 0.54
HSL 317.14º 0.71% 0.27% -
HSV(B) 317.14º 0.83% 0.46% -
XYZ 9.57 5.09 10.15 -
YUV 57.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 118 20 90 0 0.83 0.24 0.54 317.14 0.71 0.27
Hex 76 14 5A 0 53 18 36 13D 47 1B
Octal 166 24 132 0 123 30 66 475 107 33
Binary 1110110 10100 1011010 0 1010011 11000 110110 100111101 1000111 11011

Color Harmonies of #76145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76145A

Black with #76145A

Text Example


Text Example

White with #76145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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