Html Css Color HEX #760089 Purple

📋 copy color: '#760089'

red 118 ◦ green 0 ◦ blue 137

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

Shades of Purple #760089

Tints of Purple #760089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 46.27%
G = 0%
B = 53.73%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#760089 (or 0x760089) is known color: Purple. HEX triplet: 76, 00 and 89. RGB value is (118,0,137). Sum of RGB (Red+Green+Blue) = 118+0+137=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #760089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760089 is #89FF76. Grayscale: #323232. Windows color (decimal): -9043831 or 8978550. OLE color: 8978550.

HSL color Cylindrical-coordinate representation of color #760089: hue angle of 291.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760089 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 0 137 -
CMYK 0.14 1 0 0.46
HSL 291.68º 1% 0.27% -
HSV(B) 291.68º 1% 0.54% -
XYZ 11.99 5.66 24.13 -
YUV 50.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 118 0 137 0.14 1 0 0.46 291.68 1 0.27
Hex 76 0 89 E 64 0 2E 124 64 1B
Octal 166 0 211 16 144 0 56 444 144 33
Binary 1110110 0 10001001 1110 1100100 0 101110 100100100 1100100 11011

Color Harmonies of #760089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760089

Black with #760089

Text Example


Text Example

White with #760089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760089; }

 p { color: rgb(118,0,137); }

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

background-color css

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

 a { background-color: rgb(118,0,137); }

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

border-color css

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

 span { border-color: rgb(118,0,137); }

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