Html Css Color HEX #7A0C70 Purple

📋 copy color: '#7A0C70'

red 122 ◦ green 12 ◦ blue 112

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

Shades of Purple #7A0C70

Tints of Purple #7A0C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

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

R = 49.59%
G = 4.88%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A0C70 (or 0x7A0C70) is known color: Purple. HEX triplet: 7A, 0C and 70. RGB value is (122,12,112). Sum of RGB (Red+Green+Blue) = 122+12+112=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0C70 is #85F38F. Grayscale: #383838. Windows color (decimal): -8778640 or 7343226. OLE color: 7343226.

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

Color convert

RGB 122 12 112 -
CMYK 0 0.90 0.08 0.52
HSL 305.45º 0.82% 0.26% -
HSV(B) 305.45º 0.9% 0.48% -
XYZ 11.08 5.57 15.82 -
YUV 56.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 122 12 112 0 0.90 0.08 0.52 305.45 0.82 0.26
Hex 7A C 70 0 5A 8 34 131 52 1A
Octal 172 14 160 0 132 10 64 461 122 32
Binary 1111010 1100 1110000 0 1011010 1000 110100 100110001 1010010 11010

Color Harmonies of #7A0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C70

Black with #7A0C70

Text Example


Text Example

White with #7A0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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