Html Css Color HEX #760B91 Purple

📋 copy color: '#760B91'

red 118 ◦ green 11 ◦ blue 145

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

Shades of Purple #760B91

Tints of Purple #760B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

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

R = 43.07%
G = 4.01%
B = 52.92%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760B91 (or 0x760B91) is known color: Purple. HEX triplet: 76, 0B and 91. RGB value is (118,11,145). Sum of RGB (Red+Green+Blue) = 118+11+145=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #760B91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760B91 is #89F46E. Grayscale: #393939. Windows color (decimal): -9041007 or 9505654. OLE color: 9505654.

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

Color convert

RGB 118 11 145 -
CMYK 0.19 0.92 0 0.43
HSL 287.91º 0.86% 0.31% -
HSV(B) 287.91º 0.92% 0.57% -
XYZ 12.7 6.14 27.3 -
YUV 58.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 118 11 145 0.19 0.92 0 0.43 287.91 0.86 0.31
Hex 76 B 91 13 5C 0 2B 120 56 1F
Octal 166 13 221 23 134 0 53 440 126 37
Binary 1110110 1011 10010001 10011 1011100 0 101011 100100000 1010110 11111

Color Harmonies of #760B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B91

Black with #760B91

Text Example


Text Example

White with #760B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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