Html Css Color HEX #790070 Purple

📋 copy color: '#790070'

red 121 ◦ green 0 ◦ blue 112

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

Shades of Purple #790070

Tints of Purple #790070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 51.93%
G = 0%
B = 48.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790070 (or 0x790070) is known color: Purple. HEX triplet: 79, 00 and 70. RGB value is (121,0,112). Sum of RGB (Red+Green+Blue) = 121+0+112=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #790070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790070 is #86FF8F. Grayscale: #303030. Windows color (decimal): -8847248 or 7340153. OLE color: 7340153.

HSL color Cylindrical-coordinate representation of color #790070: hue angle of 304.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790070 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 112 -
CMYK 0 1 0.07 0.53
HSL 304.46º 1% 0.24% -
HSV(B) 304.46º 1% 0.47% -
XYZ 10.81 5.23 15.77 -
YUV 48.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 121 0 112 0 1 0.07 0.53 304.46 1 0.24
Hex 79 0 70 0 64 7 35 130 64 18
Octal 171 0 160 0 144 7 65 460 144 30
Binary 1111001 0 1110000 0 1100100 111 110101 100110000 1100100 11000

Color Harmonies of #790070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790070

Black with #790070

Text Example


Text Example

White with #790070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790070; }

 p { color: rgb(121,0,112); }

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

background-color css

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

 a { background-color: rgb(121,0,112); }

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

border-color css

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

 span { border-color: rgb(121,0,112); }

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