Html Css Color HEX #76165F Palatinate Purple

📋 copy color: '#76165F'

red 118 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #76165F

Tints of Palatinate Purple #76165F

RGB

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

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

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

R = 50.21%
G = 9.36%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76165F (or 0x76165F) is known color: Palatinate Purple. HEX triplet: 76, 16 and 5F. RGB value is (118,22,95). Sum of RGB (Red+Green+Blue) = 118+22+95=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76165F is #89E9A0. Grayscale: #3A3A3A. Windows color (decimal): -9038241 or 6231670. OLE color: 6231670.

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

Color convert

RGB 118 22 95 -
CMYK 0 0.81 0.19 0.54
HSL 314.38º 0.69% 0.27% -
HSV(B) 314.38º 0.81% 0.46% -
XYZ 9.82 5.25 11.32 -
YUV 59.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 118 22 95 0 0.81 0.19 0.54 314.38 0.69 0.27
Hex 76 16 5F 0 51 13 36 13A 45 1B
Octal 166 26 137 0 121 23 66 472 105 33
Binary 1110110 10110 1011111 0 1010001 10011 110110 100111010 1000101 11011

Color Harmonies of #76165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76165F

Black with #76165F

Text Example


Text Example

White with #76165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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