Html Css Color HEX #750890 Purple

📋 copy color: '#750890'

red 117 ◦ green 8 ◦ blue 144

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

Shades of Purple #750890

Tints of Purple #750890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 43.49%
G = 2.97%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#750890 (or 0x750890) is known color: Purple. HEX triplet: 75, 08 and 90. RGB value is (117,8,144). Sum of RGB (Red+Green+Blue) = 117+8+144=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #750890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750890 is #8AF76F. Grayscale: #373737. Windows color (decimal): -9107312 or 9439349. OLE color: 9439349.

HSL color Cylindrical-coordinate representation of color #750890: hue angle of 288.09º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750890 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 8 144 -
CMYK 0.19 0.94 0 0.44
HSL 288.09º 0.89% 0.3% -
HSV(B) 288.09º 0.94% 0.56% -
XYZ 12.46 5.97 26.88 -
YUV 56.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 117 8 144 0.19 0.94 0 0.44 288.09 0.89 0.3
Hex 75 8 90 13 5E 0 2C 120 59 1E
Octal 165 10 220 23 136 0 54 440 131 36
Binary 1110101 1000 10010000 10011 1011110 0 101100 100100000 1011001 11110

Color Harmonies of #750890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750890

Black with #750890

Text Example


Text Example

White with #750890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750890; }

 p { color: rgb(117,8,144); }

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

background-color css

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

 a { background-color: rgb(117,8,144); }

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

border-color css

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

 span { border-color: rgb(117,8,144); }

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