Html Css Color HEX #7A2EAA Royal Purple

📋 copy color: '#7A2EAA'

red 122 ◦ green 46 ◦ blue 170

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

Shades of Royal Purple #7A2EAA

Tints of Royal Purple #7A2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 36.09%
G = 13.61%
B = 50.3%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A2EAA (or 0x7A2EAA) is known color: Royal Purple. HEX triplet: 7A, 2E and AA. RGB value is (122,46,170). Sum of RGB (Red+Green+Blue) = 122+46+170=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2EAA is #85D155. Grayscale: #525252. Windows color (decimal): -8769878 or 11153018. OLE color: 11153018.

HSL color Cylindrical-coordinate representation of color #7A2EAA: hue angle of 276.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2EAA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 46 170 -
CMYK 0.28 0.73 0 0.33
HSL 276.77º 0.57% 0.42% -
HSV(B) 276.77º 0.73% 0.67% -
XYZ 16.26 8.99 38.91 -
YUV 82.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 122 46 170 0.28 0.73 0 0.33 276.77 0.57 0.42
Hex 7A 2E AA 1C 49 0 21 115 39 2A
Octal 172 56 252 34 111 0 41 425 71 52
Binary 1111010 101110 10101010 11100 1001001 0 100001 100010101 111001 101010

Color Harmonies of #7A2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2EAA

Black with #7A2EAA

Text Example


Text Example

White with #7A2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,46,170); }

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

background-color css

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

 a { background-color: rgb(122,46,170); }

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

border-color css

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

 span { border-color: rgb(122,46,170); }

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