Html Css Color HEX #760586 Purple

📋 copy color: '#760586'

red 118 ◦ green 5 ◦ blue 134

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

Shades of Purple #760586

Tints of Purple #760586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 45.91%
G = 1.95%
B = 52.14%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760586 (or 0x760586) is known color: Purple. HEX triplet: 76, 05 and 86. RGB value is (118,5,134). Sum of RGB (Red+Green+Blue) = 118+5+134=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #760586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760586 is #89FA79. Grayscale: #353535. Windows color (decimal): -9042554 or 8783222. OLE color: 8783222.

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

Color convert

RGB 118 5 134 -
CMYK 0.12 0.96 0 0.47
HSL 292.56º 0.93% 0.27% -
HSV(B) 292.56º 0.96% 0.53% -
XYZ 11.83 5.68 23.03 -
YUV 53.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 118 5 134 0.12 0.96 0 0.47 292.56 0.93 0.27
Hex 76 5 86 C 60 0 2F 125 5D 1B
Octal 166 5 206 14 140 0 57 445 135 33
Binary 1110110 101 10000110 1100 1100000 0 101111 100100101 1011101 11011

Color Harmonies of #760586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760586

Black with #760586

Text Example


Text Example

White with #760586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760586; }

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

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

background-color css

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

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

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

border-color css

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

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

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