Html Css Color HEX #751089 Purple

📋 copy color: '#751089'

red 117 ◦ green 16 ◦ blue 137

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

Shades of Purple #751089

Tints of Purple #751089

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 43.33%
G = 5.93%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#751089 (or 0x751089) is known color: Purple. HEX triplet: 75, 10 and 89. RGB value is (117,16,137). Sum of RGB (Red+Green+Blue) = 117+16+137=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #751089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751089 is #8AEF76. Grayscale: #3B3B3B. Windows color (decimal): -9105271 or 8982645. OLE color: 8982645.

HSL color Cylindrical-coordinate representation of color #751089: hue angle of 290.08º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751089 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 16 137 -
CMYK 0.15 0.88 0 0.46
HSL 290.08º 0.79% 0.3% -
HSV(B) 290.08º 0.88% 0.54% -
XYZ 12.04 5.96 24.18 -
YUV 59.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 117 16 137 0.15 0.88 0 0.46 290.08 0.79 0.3
Hex 75 10 89 F 58 0 2E 122 4F 1E
Octal 165 20 211 17 130 0 56 442 117 36
Binary 1110101 10000 10001001 1111 1011000 0 101110 100100010 1001111 11110

Color Harmonies of #751089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751089

Black with #751089

Text Example


Text Example

White with #751089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751089; }

 p { color: rgb(117,16,137); }

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

background-color css

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

 a { background-color: rgb(117,16,137); }

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

border-color css

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

 span { border-color: rgb(117,16,137); }

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