Html Css Color HEX #760291 Purple

📋 copy color: '#760291'

red 118 ◦ green 2 ◦ blue 145

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

Shades of Purple #760291

Tints of Purple #760291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 44.53%
G = 0.75%
B = 54.72%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760291 (or 0x760291) is known color: Purple. HEX triplet: 76, 02 and 91. RGB value is (118,2,145). Sum of RGB (Red+Green+Blue) = 118+2+145=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #760291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760291 is #89FD6E. Grayscale: #343434. Windows color (decimal): -9043311 or 9503350. OLE color: 9503350.

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

Color convert

RGB 118 2 145 -
CMYK 0.19 0.99 0 0.43
HSL 288.67º 0.97% 0.29% -
HSV(B) 288.67º 0.99% 0.57% -
XYZ 12.6 5.94 27.27 -
YUV 52.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 118 2 145 0.19 0.99 0 0.43 288.67 0.97 0.29
Hex 76 2 91 13 63 0 2B 121 61 1D
Octal 166 2 221 23 143 0 53 441 141 35
Binary 1110110 10 10010001 10011 1100011 0 101011 100100001 1100001 11101

Color Harmonies of #760291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760291

Black with #760291

Text Example


Text Example

White with #760291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760291; }

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

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

background-color css

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

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

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

border-color css

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

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

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