Html Css Color HEX #790874 Purple

📋 copy color: '#790874'

red 121 ◦ green 8 ◦ blue 116

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

Shades of Purple #790874

Tints of Purple #790874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 49.39%
G = 3.27%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#790874 (or 0x790874) is known color: Purple. HEX triplet: 79, 08 and 74. RGB value is (121,8,116). Sum of RGB (Red+Green+Blue) = 121+8+116=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #790874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790874 is #86F78B. Grayscale: #353535. Windows color (decimal): -8845196 or 7604345. OLE color: 7604345.

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

Color convert

RGB 121 8 116 -
CMYK 0 0.93 0.04 0.53
HSL 302.65º 0.88% 0.25% -
HSV(B) 302.65º 0.93% 0.47% -
XYZ 11.12 5.5 17 -
YUV 54.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 121 8 116 0 0.93 0.04 0.53 302.65 0.88 0.25
Hex 79 8 74 0 5D 4 35 12F 58 19
Octal 171 10 164 0 135 4 65 457 130 31
Binary 1111001 1000 1110100 0 1011101 100 110101 100101111 1011000 11001

Color Harmonies of #790874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790874

Black with #790874

Text Example


Text Example

White with #790874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790874; }

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

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

background-color css

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

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

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

border-color css

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

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

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