Html Css Color HEX #7A158E Purple

📋 copy color: '#7A158E'

red 122 ◦ green 21 ◦ blue 142

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

Shades of Purple #7A158E

Tints of Purple #7A158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 42.81%
G = 7.37%
B = 49.82%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A158E (or 0x7A158E) is known color: Purple. HEX triplet: 7A, 15 and 8E. RGB value is (122,21,142). Sum of RGB (Red+Green+Blue) = 122+21+142=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A158E is #85EA71. Grayscale: #404040. Windows color (decimal): -8776306 or 9311610. OLE color: 9311610.

HSL color Cylindrical-coordinate representation of color #7A158E: hue angle of 290.08º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A158E is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 21 142 -
CMYK 0.14 0.85 0 0.44
HSL 290.08º 0.74% 0.32% -
HSV(B) 290.08º 0.85% 0.56% -
XYZ 13.18 6.63 26.18 -
YUV 64.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 122 21 142 0.14 0.85 0 0.44 290.08 0.74 0.32
Hex 7A 15 8E E 55 0 2C 122 4A 20
Octal 172 25 216 16 125 0 54 442 112 40
Binary 1111010 10101 10001110 1110 1010101 0 101100 100100010 1001010 100000

Color Harmonies of #7A158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A158E

Black with #7A158E

Text Example


Text Example

White with #7A158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,142); }

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

background-color css

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

 a { background-color: rgb(122,21,142); }

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

border-color css

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

 span { border-color: rgb(122,21,142); }

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