Html Css Color HEX #761889 Purple

📋 copy color: '#761889'

red 118 ◦ green 24 ◦ blue 137

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

Shades of Purple #761889

Tints of Purple #761889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 42.29%
G = 8.6%
B = 49.1%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#761889 (or 0x761889) is known color: Purple. HEX triplet: 76, 18 and 89. RGB value is (118,24,137). Sum of RGB (Red+Green+Blue) = 118+24+137=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #761889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761889 is #89E776. Grayscale: #404040. Windows color (decimal): -9037687 or 8984694. OLE color: 8984694.

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

Color convert

RGB 118 24 137 -
CMYK 0.14 0.82 0 0.46
HSL 289.91º 0.7% 0.32% -
HSV(B) 289.91º 0.82% 0.54% -
XYZ 12.31 6.31 24.24 -
YUV 64.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 118 24 137 0.14 0.82 0 0.46 289.91 0.7 0.32
Hex 76 18 89 E 52 0 2E 122 46 20
Octal 166 30 211 16 122 0 56 442 106 40
Binary 1110110 11000 10001001 1110 1010010 0 101110 100100010 1000110 100000

Color Harmonies of #761889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761889

Black with #761889

Text Example


Text Example

White with #761889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761889; }

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

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

background-color css

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

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

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

border-color css

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

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

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