Html Css Color HEX #76086A Purple

📋 copy color: '#76086A'

red 118 ◦ green 8 ◦ blue 106

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

Shades of Purple #76086A

Tints of Purple #76086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.69%

R = 50.86%
G = 3.45%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76086A (or 0x76086A) is known color: Purple. HEX triplet: 76, 08 and 6A. RGB value is (118,8,106). Sum of RGB (Red+Green+Blue) = 118+8+106=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086A is #89F795. Grayscale: #333333. Windows color (decimal): -9041814 or 6948982. OLE color: 6948982.

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

Color convert

RGB 118 8 106 -
CMYK 0 0.93 0.10 0.54
HSL 306.55º 0.87% 0.25% -
HSV(B) 306.55º 0.93% 0.46% -
XYZ 10.16 5.07 14.08 -
YUV 52.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 118 8 106 0 0.93 0.10 0.54 306.55 0.87 0.25
Hex 76 8 6A 0 5D A 36 133 57 19
Octal 166 10 152 0 135 12 66 463 127 31
Binary 1110110 1000 1101010 0 1011101 1010 110110 100110011 1010111 11001

Color Harmonies of #76086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76086A

Black with #76086A

Text Example


Text Example

White with #76086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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