Html Css Color HEX #790575 Purple

📋 copy color: '#790575'

red 121 ◦ green 5 ◦ blue 117

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

Shades of Purple #790575

Tints of Purple #790575

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#790575 (or 0x790575) is known color: Purple. HEX triplet: 79, 05 and 75. RGB value is (121,5,117). Sum of RGB (Red+Green+Blue) = 121+5+117=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #790575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790575 is #86FA8A. Grayscale: #343434. Windows color (decimal): -8845963 or 7669113. OLE color: 7669113.

HSL color Cylindrical-coordinate representation of color #790575: hue angle of 302.07º 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 #790575 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 117 -
CMYK 0 0.96 0.03 0.53
HSL 302.07º 0.92% 0.25% -
HSV(B) 302.07º 0.96% 0.47% -
XYZ 11.15 5.46 17.3 -
YUV 52.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 121 5 117 0 0.96 0.03 0.53 302.07 0.92 0.25
Hex 79 5 75 0 60 3 35 12E 5C 19
Octal 171 5 165 0 140 3 65 456 134 31
Binary 1111001 101 1110101 0 1100000 11 110101 100101110 1011100 11001

Color Harmonies of #790575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790575

Black with #790575

Text Example


Text Example

White with #790575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790575; }

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

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

background-color css

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

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

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

border-color css

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

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

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