Html Css Color HEX #76145F Palatinate Purple

📋 copy color: '#76145F'

red 118 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #76145F

Tints of Palatinate Purple #76145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 50.64%
G = 8.58%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76145F (or 0x76145F) is known color: Palatinate Purple. HEX triplet: 76, 14 and 5F. RGB value is (118,20,95). Sum of RGB (Red+Green+Blue) = 118+20+95=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145F is #89EBA0. Grayscale: #393939. Windows color (decimal): -9038753 or 6231158. OLE color: 6231158.

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

Color convert

RGB 118 20 95 -
CMYK 0 0.83 0.19 0.54
HSL 314.08º 0.71% 0.27% -
HSV(B) 314.08º 0.83% 0.46% -
XYZ 9.79 5.18 11.31 -
YUV 57.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 118 20 95 0 0.83 0.19 0.54 314.08 0.71 0.27
Hex 76 14 5F 0 53 13 36 13A 47 1B
Octal 166 24 137 0 123 23 66 472 107 33
Binary 1110110 10100 1011111 0 1010011 10011 110110 100111010 1000111 11011

Color Harmonies of #76145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76145F

Black with #76145F

Text Example


Text Example

White with #76145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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