Html Css Color HEX #7A006A Purple

📋 copy color: '#7A006A'

red 122 ◦ green 0 ◦ blue 106

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

Shades of Purple #7A006A

Tints of Purple #7A006A

RGB

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

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

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

R = 53.51%
G = 0%
B = 46.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A006A (or 0x7A006A) is known color: Purple. HEX triplet: 7A, 00 and 6A. RGB value is (122,0,106). Sum of RGB (Red+Green+Blue) = 122+0+106=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A006A is #85FF95. Grayscale: #303030. Windows color (decimal): -8781718 or 6946938. OLE color: 6946938.

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

Color convert

RGB 122 0 106 -
CMYK 0 1 0.13 0.52
HSL 307.87º 1% 0.24% -
HSV(B) 307.87º 1% 0.48% -
XYZ 10.63 5.18 14.08 -
YUV 48.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 122 0 106 0 1 0.13 0.52 307.87 1 0.24
Hex 7A 0 6A 0 64 D 34 134 64 18
Octal 172 0 152 0 144 15 64 464 144 30
Binary 1111010 0 1101010 0 1100100 1101 110100 100110100 1100100 11000

Color Harmonies of #7A006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A006A

Black with #7A006A

Text Example


Text Example

White with #7A006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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