Html Css Color HEX #790475 Purple

📋 copy color: '#790475'

red 121 ◦ green 4 ◦ blue 117

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

Shades of Purple #790475

Tints of Purple #790475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 50%
G = 1.65%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#790475 (or 0x790475) is known color: Purple. HEX triplet: 79, 04 and 75. RGB value is (121,4,117). Sum of RGB (Red+Green+Blue) = 121+4+117=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #790475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790475 is #86FB8A. Grayscale: #333333. Windows color (decimal): -8846219 or 7668857. OLE color: 7668857.

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

Color convert

RGB 121 4 117 -
CMYK 0 0.97 0.03 0.53
HSL 302.05º 0.94% 0.25% -
HSV(B) 302.05º 0.97% 0.47% -
XYZ 11.14 5.44 17.29 -
YUV 51.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 121 4 117 0 0.97 0.03 0.53 302.05 0.94 0.25
Hex 79 4 75 0 61 3 35 12E 5E 19
Octal 171 4 165 0 141 3 65 456 136 31
Binary 1111001 100 1110101 0 1100001 11 110101 100101110 1011110 11001

Color Harmonies of #790475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790475

Black with #790475

Text Example


Text Example

White with #790475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790475; }

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

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

background-color css

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

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

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

border-color css

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

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

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