Html Css Color HEX #760F91 Purple

📋 copy color: '#760F91'

red 118 ◦ green 15 ◦ blue 145

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

Shades of Purple #760F91

Tints of Purple #760F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

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

R = 42.45%
G = 5.4%
B = 52.16%

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

#760F91 (or 0x760F91) is known color: Purple. HEX triplet: 76, 0F and 91. RGB value is (118,15,145). Sum of RGB (Red+Green+Blue) = 118+15+145=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #760F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F91 is #89F06E. Grayscale: #3C3C3C. Windows color (decimal): -9039983 or 9506678. OLE color: 9506678.

HSL color Cylindrical-coordinate representation of color #760F91: hue angle of 287.54º degrees, saturation: 0.81, 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 #760F91 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 15 145 -
CMYK 0.19 0.90 0 0.43
HSL 287.54º 0.81% 0.31% -
HSV(B) 287.54º 0.9% 0.57% -
XYZ 12.75 6.24 27.32 -
YUV 60.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 118 15 145 0.19 0.90 0 0.43 287.54 0.81 0.31
Hex 76 F 91 13 5A 0 2B 120 51 1F
Octal 166 17 221 23 132 0 53 440 121 37
Binary 1110110 1111 10010001 10011 1011010 0 101011 100100000 1010001 11111

Color Harmonies of #760F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F91

Black with #760F91

Text Example


Text Example

White with #760F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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