Html Css Color HEX #761286 Purple

📋 copy color: '#761286'

red 118 ◦ green 18 ◦ blue 134

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

Shades of Purple #761286

Tints of Purple #761286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 43.7%
G = 6.67%
B = 49.63%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761286 (or 0x761286) is known color: Purple. HEX triplet: 76, 12 and 86. RGB value is (118,18,134). Sum of RGB (Red+Green+Blue) = 118+18+134=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #761286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761286 is #89ED79. Grayscale: #3C3C3C. Windows color (decimal): -9039226 or 8786550. OLE color: 8786550.

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

Color convert

RGB 118 18 134 -
CMYK 0.12 0.87 0 0.47
HSL 291.72º 0.76% 0.3% -
HSV(B) 291.72º 0.87% 0.53% -
XYZ 11.99 6.01 23.08 -
YUV 61.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 118 18 134 0.12 0.87 0 0.47 291.72 0.76 0.3
Hex 76 12 86 C 57 0 2F 124 4C 1E
Octal 166 22 206 14 127 0 57 444 114 36
Binary 1110110 10010 10000110 1100 1010111 0 101111 100100100 1001100 11110

Color Harmonies of #761286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761286

Black with #761286

Text Example


Text Example

White with #761286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761286; }

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

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

background-color css

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

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

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

border-color css

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

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

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