Html Css Color HEX #760E91 Purple

📋 copy color: '#760E91'

red 118 ◦ green 14 ◦ blue 145

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

Shades of Purple #760E91

Tints of Purple #760E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 42.6%
G = 5.05%
B = 52.35%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760E91 (or 0x760E91) is known color: Purple. HEX triplet: 76, 0E and 91. RGB value is (118,14,145). Sum of RGB (Red+Green+Blue) = 118+14+145=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #760E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E91 is #89F16E. Grayscale: #3B3B3B. Windows color (decimal): -9040239 or 9506422. OLE color: 9506422.

HSL color Cylindrical-coordinate representation of color #760E91: hue angle of 287.63º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760E91 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 14 145 -
CMYK 0.19 0.90 0 0.43
HSL 287.63º 0.82% 0.31% -
HSV(B) 287.63º 0.9% 0.57% -
XYZ 12.74 6.21 27.32 -
YUV 60.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 118 14 145 0.19 0.90 0 0.43 287.63 0.82 0.31
Hex 76 E 91 13 5A 0 2B 120 52 1F
Octal 166 16 221 23 132 0 53 440 122 37
Binary 1110110 1110 10010001 10011 1011010 0 101011 100100000 1010010 11111

Color Harmonies of #760E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E91

Black with #760E91

Text Example


Text Example

White with #760E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E91; }

 p { color: rgb(118,14,145); }

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

background-color css

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

 a { background-color: rgb(118,14,145); }

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

border-color css

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

 span { border-color: rgb(118,14,145); }

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