Html Css Color HEX #760786 Purple

📋 copy color: '#760786'

red 118 ◦ green 7 ◦ blue 134

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

Shades of Purple #760786

Tints of Purple #760786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 45.56%
G = 2.7%
B = 51.74%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760786 (or 0x760786) is known color: Purple. HEX triplet: 76, 07 and 86. RGB value is (118,7,134). Sum of RGB (Red+Green+Blue) = 118+7+134=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #760786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760786 is #89F879. Grayscale: #363636. Windows color (decimal): -9042042 or 8783734. OLE color: 8783734.

HSL color Cylindrical-coordinate representation of color #760786: hue angle of 292.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760786 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 7 134 -
CMYK 0.12 0.95 0 0.47
HSL 292.44º 0.9% 0.28% -
HSV(B) 292.44º 0.95% 0.53% -
XYZ 11.85 5.72 23.03 -
YUV 54.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 118 7 134 0.12 0.95 0 0.47 292.44 0.9 0.28
Hex 76 7 86 C 5F 0 2F 124 5A 1C
Octal 166 7 206 14 137 0 57 444 132 34
Binary 1110110 111 10000110 1100 1011111 0 101111 100100100 1011010 11100

Color Harmonies of #760786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760786

Black with #760786

Text Example


Text Example

White with #760786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760786; }

 p { color: rgb(118,7,134); }

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

background-color css

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

 a { background-color: rgb(118,7,134); }

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

border-color css

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

 span { border-color: rgb(118,7,134); }

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