Html Css Color HEX #793070 Dark Purple

📋 copy color: '#793070'

red 121 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #793070

Tints of Dark Purple #793070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 43.06%
G = 17.08%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#793070 (or 0x793070) is known color: Dark Purple. HEX triplet: 79, 30 and 70. RGB value is (121,48,112). Sum of RGB (Red+Green+Blue) = 121+48+112=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #793070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793070 is #86CF8F. Grayscale: #4C4C4C. Windows color (decimal): -8834960 or 7352441. OLE color: 7352441.

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

Color convert

RGB 121 48 112 -
CMYK 0 0.60 0.07 0.53
HSL 307.4º 0.43% 0.33% -
HSV(B) 307.4º 0.6% 0.47% -
XYZ 11.87 7.35 16.12 -
YUV 77.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 121 48 112 0 0.60 0.07 0.53 307.4 0.43 0.33
Hex 79 30 70 0 3C 7 35 133 2B 21
Octal 171 60 160 0 74 7 65 463 53 41
Binary 1111001 110000 1110000 0 111100 111 110101 100110011 101011 100001

Color Harmonies of #793070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793070

Black with #793070

Text Example


Text Example

White with #793070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793070; }

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

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

background-color css

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

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

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

border-color css

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

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

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