Html Css Color HEX #7A0070 Purple

📋 copy color: '#7A0070'

red 122 ◦ green 0 ◦ blue 112

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

Shades of Purple #7A0070

Tints of Purple #7A0070

RGB

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

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

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

R = 52.14%
G = 0%
B = 47.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A0070 (or 0x7A0070) is known color: Purple. HEX triplet: 7A, 00 and 70. RGB value is (122,0,112). Sum of RGB (Red+Green+Blue) = 122+0+112=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0070 is #85FF8F. Grayscale: #303030. Windows color (decimal): -8781712 or 7340154. OLE color: 7340154.

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

Color convert

RGB 122 0 112 -
CMYK 0 1 0.08 0.52
HSL 304.92º 1% 0.24% -
HSV(B) 304.92º 1% 0.48% -
XYZ 10.95 5.31 15.78 -
YUV 49.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 122 0 112 0 1 0.08 0.52 304.92 1 0.24
Hex 7A 0 70 0 64 8 34 131 64 18
Octal 172 0 160 0 144 10 64 461 144 30
Binary 1111010 0 1110000 0 1100100 1000 110100 100110001 1100100 11000

Color Harmonies of #7A0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0070

Black with #7A0070

Text Example


Text Example

White with #7A0070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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