Html Css Color HEX #760489 Purple

📋 copy color: '#760489'

red 118 ◦ green 4 ◦ blue 137

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

Shades of Purple #760489

Tints of Purple #760489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 45.56%
G = 1.54%
B = 52.9%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#760489 (or 0x760489) is known color: Purple. HEX triplet: 76, 04 and 89. RGB value is (118,4,137). Sum of RGB (Red+Green+Blue) = 118+4+137=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #760489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760489 is #89FB76. Grayscale: #343434. Windows color (decimal): -9042807 or 8979574. OLE color: 8979574.

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

Color convert

RGB 118 4 137 -
CMYK 0.14 0.97 0 0.46
HSL 291.43º 0.94% 0.28% -
HSV(B) 291.43º 0.97% 0.54% -
XYZ 12.03 5.74 24.14 -
YUV 53.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 118 4 137 0.14 0.97 0 0.46 291.43 0.94 0.28
Hex 76 4 89 E 61 0 2E 123 5E 1C
Octal 166 4 211 16 141 0 56 443 136 34
Binary 1110110 100 10001001 1110 1100001 0 101110 100100011 1011110 11100

Color Harmonies of #760489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760489

Black with #760489

Text Example


Text Example

White with #760489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760489; }

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

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

background-color css

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

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

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

border-color css

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

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

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