Html Css Color HEX #760791 Purple

📋 copy color: '#760791'

red 118 ◦ green 7 ◦ blue 145

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

Shades of Purple #760791

Tints of Purple #760791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 43.7%
G = 2.59%
B = 53.7%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760791 (or 0x760791) is known color: Purple. HEX triplet: 76, 07 and 91. RGB value is (118,7,145). Sum of RGB (Red+Green+Blue) = 118+7+145=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #760791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760791 is #89F86E. Grayscale: #373737. Windows color (decimal): -9042031 or 9504630. OLE color: 9504630.

HSL color Cylindrical-coordinate representation of color #760791: hue angle of 288.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760791 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 7 145 -
CMYK 0.19 0.95 0 0.43
HSL 288.26º 0.91% 0.3% -
HSV(B) 288.26º 0.95% 0.57% -
XYZ 12.66 6.05 27.29 -
YUV 55.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 118 7 145 0.19 0.95 0 0.43 288.26 0.91 0.3
Hex 76 7 91 13 5F 0 2B 120 5B 1E
Octal 166 7 221 23 137 0 53 440 133 36
Binary 1110110 111 10010001 10011 1011111 0 101011 100100000 1011011 11110

Color Harmonies of #760791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760791

Black with #760791

Text Example


Text Example

White with #760791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760791; }

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

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

background-color css

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

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

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

border-color css

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

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

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