Html Css Color HEX #76165A Palatinate Purple

📋 copy color: '#76165A'

red 118 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #76165A

Tints of Palatinate Purple #76165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 51.3%
G = 9.57%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76165A (or 0x76165A) is known color: Palatinate Purple. HEX triplet: 76, 16 and 5A. RGB value is (118,22,90). Sum of RGB (Red+Green+Blue) = 118+22+90=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76165A is #89E9A5. Grayscale: #3A3A3A. Windows color (decimal): -9038246 or 5903990. OLE color: 5903990.

HSL color Cylindrical-coordinate representation of color #76165A: hue angle of 317.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76165A is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 90 -
CMYK 0 0.81 0.24 0.54
HSL 317.5º 0.69% 0.27% -
HSV(B) 317.5º 0.81% 0.46% -
XYZ 9.6 5.16 10.16 -
YUV 58.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 118 22 90 0 0.81 0.24 0.54 317.5 0.69 0.27
Hex 76 16 5A 0 51 18 36 13E 45 1B
Octal 166 26 132 0 121 30 66 476 105 33
Binary 1110110 10110 1011010 0 1010001 11000 110110 100111110 1000101 11011

Color Harmonies of #76165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76165A

Black with #76165A

Text Example


Text Example

White with #76165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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