Html Css Color HEX #7A0E70 Dark Purple

📋 copy color: '#7A0E70'

red 122 ◦ green 14 ◦ blue 112

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

Shades of Dark Purple #7A0E70

Tints of Dark Purple #7A0E70

RGB

 RED value IS 122 (48.05% from 255) = 49.19%

 GREEN value IS 14 (5.86% from 255) = 5.65%

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

R = 49.19%
G = 5.65%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A0E70 (or 0x7A0E70) is known color: Dark Purple. HEX triplet: 7A, 0E and 70. RGB value is (122,14,112). Sum of RGB (Red+Green+Blue) = 122+14+112=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E70 is #85F18F. Grayscale: #393939. Windows color (decimal): -8778128 or 7343738. OLE color: 7343738.

HSL color Cylindrical-coordinate representation of color #7A0E70: hue angle of 305.56º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E70 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 14 112 -
CMYK 0 0.89 0.08 0.52
HSL 305.56º 0.79% 0.27% -
HSV(B) 305.56º 0.89% 0.48% -
XYZ 11.11 5.62 15.83 -
YUV 57.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 122 14 112 0 0.89 0.08 0.52 305.56 0.79 0.27
Hex 7A E 70 0 59 8 34 132 4F 1B
Octal 172 16 160 0 131 10 64 462 117 33
Binary 1111010 1110 1110000 0 1011001 1000 110100 100110010 1001111 11011

Color Harmonies of #7A0E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0E70

Black with #7A0E70

Text Example


Text Example

White with #7A0E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0E70; }

 p { color: rgb(122,14,112); }

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

background-color css

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

 a { background-color: rgb(122,14,112); }

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

border-color css

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

 span { border-color: rgb(122,14,112); }

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