Html Css Color HEX #7A137E Purple

📋 copy color: '#7A137E'

red 122 ◦ green 19 ◦ blue 126

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

Shades of Purple #7A137E

Tints of Purple #7A137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 126 (49.61% from 255) = 47.19%

R = 45.69%
G = 7.12%
B = 47.19%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A137E (or 0x7A137E) is known color: Purple. HEX triplet: 7A, 13 and 7E. RGB value is (122,19,126). Sum of RGB (Red+Green+Blue) = 122+19+126=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A137E is #85EC81. Grayscale: #3D3D3D. Windows color (decimal): -8776834 or 8262522. OLE color: 8262522.

HSL color Cylindrical-coordinate representation of color #7A137E: hue angle of 297.76º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A137E is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 19 126 -
CMYK 0.03 0.85 0 0.51
HSL 297.76º 0.74% 0.28% -
HSV(B) 297.76º 0.85% 0.49% -
XYZ 12.02 6.11 20.28 -
YUV 62 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 122 19 126 0.03 0.85 0 0.51 297.76 0.74 0.28
Hex 7A 13 7E 3 55 0 33 12A 4A 1C
Octal 172 23 176 3 125 0 63 452 112 34
Binary 1111010 10011 1111110 11 1010101 0 110011 100101010 1001010 11100

Color Harmonies of #7A137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A137E

Black with #7A137E

Text Example


Text Example

White with #7A137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,126); }

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

background-color css

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

 a { background-color: rgb(122,19,126); }

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

border-color css

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

 span { border-color: rgb(122,19,126); }

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