Html Css Color HEX #750579 Purple

📋 copy color: '#750579'

red 117 ◦ green 5 ◦ blue 121

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

Shades of Purple #750579

Tints of Purple #750579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 48.15%
G = 2.06%
B = 49.79%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750579 (or 0x750579) is known color: Purple. HEX triplet: 75, 05 and 79. RGB value is (117,5,121). Sum of RGB (Red+Green+Blue) = 117+5+121=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #750579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750579 is #8AFA86. Grayscale: #333333. Windows color (decimal): -9108103 or 7931253. OLE color: 7931253.

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

Color convert

RGB 117 5 121 -
CMYK 0.03 0.96 0 0.53
HSL 297.93º 0.92% 0.25% -
HSV(B) 297.93º 0.96% 0.47% -
XYZ 10.84 5.27 18.54 -
YUV 51.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 117 5 121 0.03 0.96 0 0.53 297.93 0.92 0.25
Hex 75 5 79 3 60 0 35 12A 5C 19
Octal 165 5 171 3 140 0 65 452 134 31
Binary 1110101 101 1111001 11 1100000 0 110101 100101010 1011100 11001

Color Harmonies of #750579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750579

Black with #750579

Text Example


Text Example

White with #750579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750579; }

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

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

background-color css

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

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

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

border-color css

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

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

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