Html Css Color HEX #7A038E Purple

📋 copy color: '#7A038E'

red 122 ◦ green 3 ◦ blue 142

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

Shades of Purple #7A038E

Tints of Purple #7A038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 45.69%
G = 1.12%
B = 53.18%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A038E (or 0x7A038E) is known color: Purple. HEX triplet: 7A, 03 and 8E. RGB value is (122,3,142). Sum of RGB (Red+Green+Blue) = 122+3+142=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A038E is #85FC71. Grayscale: #353535. Windows color (decimal): -8780914 or 9307002. OLE color: 9307002.

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

Color convert

RGB 122 3 142 -
CMYK 0.14 0.98 0 0.44
HSL 291.37º 0.96% 0.28% -
HSV(B) 291.37º 0.98% 0.56% -
XYZ 12.94 6.16 26.1 -
YUV 54.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 122 3 142 0.14 0.98 0 0.44 291.37 0.96 0.28
Hex 7A 3 8E E 62 0 2C 123 60 1C
Octal 172 3 216 16 142 0 54 443 140 34
Binary 1111010 11 10001110 1110 1100010 0 101100 100100011 1100000 11100

Color Harmonies of #7A038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A038E

Black with #7A038E

Text Example


Text Example

White with #7A038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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