Html Css Color HEX #7A0370 Purple

📋 copy color: '#7A0370'

red 122 ◦ green 3 ◦ blue 112

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

Shades of Purple #7A0370

Tints of Purple #7A0370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 51.48%
G = 1.27%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A0370 (or 0x7A0370) is known color: Purple. HEX triplet: 7A, 03 and 70. RGB value is (122,3,112). Sum of RGB (Red+Green+Blue) = 122+3+112=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0370 is #85FC8F. Grayscale: #323232. Windows color (decimal): -8780944 or 7340922. OLE color: 7340922.

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

Color convert

RGB 122 3 112 -
CMYK 0 0.98 0.08 0.52
HSL 305.04º 0.95% 0.25% -
HSV(B) 305.04º 0.98% 0.48% -
XYZ 10.98 5.37 15.79 -
YUV 51.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 122 3 112 0 0.98 0.08 0.52 305.04 0.95 0.25
Hex 7A 3 70 0 62 8 34 131 5F 19
Octal 172 3 160 0 142 10 64 461 137 31
Binary 1111010 11 1110000 0 1100010 1000 110100 100110001 1011111 11001

Color Harmonies of #7A0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0370

Black with #7A0370

Text Example


Text Example

White with #7A0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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