Html Css Color HEX #76085E Palatinate Purple

📋 copy color: '#76085E'

red 118 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #76085E

Tints of Palatinate Purple #76085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 53.64%
G = 3.64%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76085E (or 0x76085E) is known color: Palatinate Purple. HEX triplet: 76, 08 and 5E. RGB value is (118,8,94). Sum of RGB (Red+Green+Blue) = 118+8+94=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085E is #89F7A1. Grayscale: #323232. Windows color (decimal): -9041826 or 6162550. OLE color: 6162550.

HSL color Cylindrical-coordinate representation of color #76085E: hue angle of 313.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76085E is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 94 -
CMYK 0 0.93 0.20 0.54
HSL 313.09º 0.87% 0.25% -
HSV(B) 313.09º 0.93% 0.46% -
XYZ 9.58 4.83 11.02 -
YUV 50.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 118 8 94 0 0.93 0.20 0.54 313.09 0.87 0.25
Hex 76 8 5E 0 5D 14 36 139 57 19
Octal 166 10 136 0 135 24 66 471 127 31
Binary 1110110 1000 1011110 0 1011101 10100 110110 100111001 1010111 11001

Color Harmonies of #76085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76085E

Black with #76085E

Text Example


Text Example

White with #76085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76085E; }

 p { color: rgb(118,8,94); }

 H1.HeaderClassName
 {
   color: #76085E;
 }
 .AnyTagClassName
 {
   color: #76085E;
 }
</style>

background-color css

<style>
 a { background-color: #76085E; }

 a { background-color: rgb(118,8,94); }

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

border-color css

<style>
 span { border-color: #76085E; }

 span { border-color: rgb(118,8,94); }

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