Html Css Color HEX #790270 Purple

📋 copy color: '#790270'

red 121 ◦ green 2 ◦ blue 112

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

Shades of Purple #790270

Tints of Purple #790270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 51.49%
G = 0.85%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790270 (or 0x790270) is known color: Purple. HEX triplet: 79, 02 and 70. RGB value is (121,2,112). Sum of RGB (Red+Green+Blue) = 121+2+112=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #790270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790270 is #86FD8F. Grayscale: #313131. Windows color (decimal): -8846736 or 7340665. OLE color: 7340665.

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

Color convert

RGB 121 2 112 -
CMYK 0 0.98 0.07 0.53
HSL 304.54º 0.97% 0.24% -
HSV(B) 304.54º 0.98% 0.47% -
XYZ 10.83 5.28 15.78 -
YUV 50.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 121 2 112 0 0.98 0.07 0.53 304.54 0.97 0.24
Hex 79 2 70 0 62 7 35 131 61 18
Octal 171 2 160 0 142 7 65 461 141 30
Binary 1111001 10 1110000 0 1100010 111 110101 100110001 1100001 11000

Color Harmonies of #790270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790270

Black with #790270

Text Example


Text Example

White with #790270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790270; }

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

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

background-color css

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

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

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

border-color css

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

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

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