Html Css Color HEX #76086C Purple

📋 copy color: '#76086C'

red 118 ◦ green 8 ◦ blue 108

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

Shades of Purple #76086C

Tints of Purple #76086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 50.43%
G = 3.42%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76086C (or 0x76086C) is known color: Purple. HEX triplet: 76, 08 and 6C. RGB value is (118,8,108). Sum of RGB (Red+Green+Blue) = 118+8+108=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086C is #89F793. Grayscale: #343434. Windows color (decimal): -9041812 or 7080054. OLE color: 7080054.

HSL color Cylindrical-coordinate representation of color #76086C: hue angle of 305.45º 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 #76086C is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 108 -
CMYK 0 0.93 0.08 0.54
HSL 305.45º 0.87% 0.25% -
HSV(B) 305.45º 0.93% 0.46% -
XYZ 10.26 5.11 14.63 -
YUV 52.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 118 8 108 0 0.93 0.08 0.54 305.45 0.87 0.25
Hex 76 8 6C 0 5D 8 36 131 57 19
Octal 166 10 154 0 135 10 66 461 127 31
Binary 1110110 1000 1101100 0 1011101 1000 110110 100110001 1010111 11001

Color Harmonies of #76086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76086C

Black with #76086C

Text Example


Text Example

White with #76086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76086C; }

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

 H1.HeaderClassName
 {
   color: #76086C;
 }
 .AnyTagClassName
 {
   color: #76086C;
 }
</style>

background-color css

<style>
 a { background-color: #76086C; }

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

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

border-color css

<style>
 span { border-color: #76086C; }

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

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