Html Css Color HEX #7A016A Purple

📋 copy color: '#7A016A'

red 122 ◦ green 1 ◦ blue 106

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

Shades of Purple #7A016A

Tints of Purple #7A016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 53.28%
G = 0.44%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A016A (or 0x7A016A) is known color: Purple. HEX triplet: 7A, 01 and 6A. RGB value is (122,1,106). Sum of RGB (Red+Green+Blue) = 122+1+106=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A016A is #85FE95. Grayscale: #303030. Windows color (decimal): -8781462 or 6947194. OLE color: 6947194.

HSL color Cylindrical-coordinate representation of color #7A016A: hue angle of 307.93º 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 #7A016A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 1 106 -
CMYK 0 0.99 0.13 0.52
HSL 307.93º 0.98% 0.24% -
HSV(B) 307.93º 0.99% 0.48% -
XYZ 10.64 5.2 14.08 -
YUV 49.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 122 1 106 0 0.99 0.13 0.52 307.93 0.98 0.24
Hex 7A 1 6A 0 63 D 34 134 62 18
Octal 172 1 152 0 143 15 64 464 142 30
Binary 1111010 1 1101010 0 1100011 1101 110100 100110100 1100010 11000

Color Harmonies of #7A016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A016A

Black with #7A016A

Text Example


Text Example

White with #7A016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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