Html Css Color HEX #7A126E Dark Purple

📋 copy color: '#7A126E'

red 122 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #7A126E

Tints of Dark Purple #7A126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 110 (43.36% from 255) = 44%

R = 48.8%
G = 7.2%
B = 44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A126E (or 0x7A126E) is known color: Dark Purple. HEX triplet: 7A, 12 and 6E. RGB value is (122,18,110). Sum of RGB (Red+Green+Blue) = 122+18+110=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A126E is #85ED91. Grayscale: #3B3B3B. Windows color (decimal): -8777106 or 7213690. OLE color: 7213690.

HSL color Cylindrical-coordinate representation of color #7A126E: hue angle of 306.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A126E is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 18 110 -
CMYK 0 0.85 0.10 0.52
HSL 306.92º 0.74% 0.27% -
HSV(B) 306.92º 0.85% 0.48% -
XYZ 11.06 5.7 15.27 -
YUV 59.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 122 18 110 0 0.85 0.10 0.52 306.92 0.74 0.27
Hex 7A 12 6E 0 55 A 34 133 4A 1B
Octal 172 22 156 0 125 12 64 463 112 33
Binary 1111010 10010 1101110 0 1010101 1010 110100 100110011 1001010 11011

Color Harmonies of #7A126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A126E

Black with #7A126E

Text Example


Text Example

White with #7A126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,18,110); }

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

background-color css

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

 a { background-color: rgb(122,18,110); }

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

border-color css

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

 span { border-color: rgb(122,18,110); }

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