Html Css Color HEX #750089 Purple

📋 copy color: '#750089'

red 117 ◦ green 0 ◦ blue 137

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

Shades of Purple #750089

Tints of Purple #750089

RGB

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

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

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

R = 46.06%
G = 0%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#750089 (or 0x750089) is known color: Purple. HEX triplet: 75, 00 and 89. RGB value is (117,0,137). Sum of RGB (Red+Green+Blue) = 117+0+137=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #750089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750089 is #8AFF76. Grayscale: #323232. Windows color (decimal): -9109367 or 8978549. OLE color: 8978549.

HSL color Cylindrical-coordinate representation of color #750089: hue angle of 291.24º 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 #750089 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 0 137 -
CMYK 0.15 1 0 0.46
HSL 291.24º 1% 0.27% -
HSV(B) 291.24º 1% 0.54% -
XYZ 11.85 5.59 24.12 -
YUV 50.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 117 0 137 0.15 1 0 0.46 291.24 1 0.27
Hex 75 0 89 F 64 0 2E 123 64 1B
Octal 165 0 211 17 144 0 56 443 144 33
Binary 1110101 0 10001001 1111 1100100 0 101110 100100011 1100100 11011

Color Harmonies of #750089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750089

Black with #750089

Text Example


Text Example

White with #750089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750089; }

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

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

background-color css

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

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

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

border-color css

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

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

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