Html Css Color HEX #750889 Purple

📋 copy color: '#750889'

red 117 ◦ green 8 ◦ blue 137

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

Shades of Purple #750889

Tints of Purple #750889

RGB

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

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

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

R = 44.66%
G = 3.05%
B = 52.29%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#750889 (or 0x750889) is known color: Purple. HEX triplet: 75, 08 and 89. RGB value is (117,8,137). Sum of RGB (Red+Green+Blue) = 117+8+137=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #750889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750889 is #8AF776. Grayscale: #363636. Windows color (decimal): -9107319 or 8980597. OLE color: 8980597.

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

Color convert

RGB 117 8 137 -
CMYK 0.15 0.94 0 0.46
HSL 290.7º 0.89% 0.28% -
HSV(B) 290.7º 0.94% 0.54% -
XYZ 11.94 5.76 24.15 -
YUV 55.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 117 8 137 0.15 0.94 0 0.46 290.7 0.89 0.28
Hex 75 8 89 F 5E 0 2E 123 59 1C
Octal 165 10 211 17 136 0 56 443 131 34
Binary 1110101 1000 10001001 1111 1011110 0 101110 100100011 1011001 11100

Color Harmonies of #750889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750889

Black with #750889

Text Example


Text Example

White with #750889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750889; }

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

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

background-color css

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

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

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

border-color css

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

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

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