Html Css Color HEX #7A0170 Purple

📋 copy color: '#7A0170'

red 122 ◦ green 1 ◦ blue 112

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

Shades of Purple #7A0170

Tints of Purple #7A0170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 51.91%
G = 0.43%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A0170 (or 0x7A0170) is known color: Purple. HEX triplet: 7A, 01 and 70. RGB value is (122,1,112). Sum of RGB (Red+Green+Blue) = 122+1+112=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0170 is #85FE8F. Grayscale: #313131. Windows color (decimal): -8781456 or 7340410. OLE color: 7340410.

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

Color convert

RGB 122 1 112 -
CMYK 0 0.99 0.08 0.52
HSL 304.96º 0.98% 0.24% -
HSV(B) 304.96º 0.99% 0.48% -
XYZ 10.96 5.33 15.78 -
YUV 49.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 122 1 112 0 0.99 0.08 0.52 304.96 0.98 0.24
Hex 7A 1 70 0 63 8 34 131 62 18
Octal 172 1 160 0 143 10 64 461 142 30
Binary 1111010 1 1110000 0 1100011 1000 110100 100110001 1100010 11000

Color Harmonies of #7A0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0170

Black with #7A0170

Text Example


Text Example

White with #7A0170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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