Html Css Color HEX #750879 Purple

📋 copy color: '#750879'

red 117 ◦ green 8 ◦ blue 121

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

Shades of Purple #750879

Tints of Purple #750879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 47.56%
G = 3.25%
B = 49.19%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750879 (or 0x750879) is known color: Purple. HEX triplet: 75, 08 and 79. RGB value is (117,8,121). Sum of RGB (Red+Green+Blue) = 117+8+121=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #750879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750879 is #8AF786. Grayscale: #353535. Windows color (decimal): -9107335 or 7932021. OLE color: 7932021.

HSL color Cylindrical-coordinate representation of color #750879: hue angle of 297.88º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750879 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 8 121 -
CMYK 0.03 0.93 0 0.53
HSL 297.88º 0.88% 0.25% -
HSV(B) 297.88º 0.93% 0.47% -
XYZ 10.87 5.34 18.55 -
YUV 53.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 117 8 121 0.03 0.93 0 0.53 297.88 0.88 0.25
Hex 75 8 79 3 5D 0 35 12A 58 19
Octal 165 10 171 3 135 0 65 452 130 31
Binary 1110101 1000 1111001 11 1011101 0 110101 100101010 1011000 11001

Color Harmonies of #750879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750879

Black with #750879

Text Example


Text Example

White with #750879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750879; }

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

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

background-color css

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

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

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

border-color css

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

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

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