Html Css Color HEX #76086B Purple

📋 copy color: '#76086B'

red 118 ◦ green 8 ◦ blue 107

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

Shades of Purple #76086B

Tints of Purple #76086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 50.64%
G = 3.43%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76086B (or 0x76086B) is known color: Purple. HEX triplet: 76, 08 and 6B. RGB value is (118,8,107). Sum of RGB (Red+Green+Blue) = 118+8+107=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086B is #89F794. Grayscale: #333333. Windows color (decimal): -9041813 or 7014518. OLE color: 7014518.

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

Color convert

RGB 118 8 107 -
CMYK 0 0.93 0.09 0.54
HSL 306º 0.87% 0.25% -
HSV(B) 306º 0.93% 0.46% -
XYZ 10.21 5.09 14.35 -
YUV 52.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 118 8 107 0 0.93 0.09 0.54 306 0.87 0.25
Hex 76 8 6B 0 5D 9 36 132 57 19
Octal 166 10 153 0 135 11 66 462 127 31
Binary 1110110 1000 1101011 0 1011101 1001 110110 100110010 1010111 11001

Color Harmonies of #76086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76086B

Black with #76086B

Text Example


Text Example

White with #76086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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