Html Css Color HEX #7A2BAE Royal Purple

📋 copy color: '#7A2BAE'

red 122 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #7A2BAE

Tints of Royal Purple #7A2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 35.99%
G = 12.68%
B = 51.33%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A2BAE (or 0x7A2BAE) is known color: Royal Purple. HEX triplet: 7A, 2B and AE. RGB value is (122,43,174). Sum of RGB (Red+Green+Blue) = 122+43+174=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2BAE is #85D451. Grayscale: #515151. Windows color (decimal): -8770642 or 11414394. OLE color: 11414394.

HSL color Cylindrical-coordinate representation of color #7A2BAE: hue angle of 276.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2BAE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 43 174 -
CMYK 0.30 0.75 0 0.32
HSL 276.18º 0.6% 0.43% -
HSV(B) 276.18º 0.75% 0.68% -
XYZ 16.53 8.92 40.9 -
YUV 81.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 122 43 174 0.30 0.75 0 0.32 276.18 0.6 0.43
Hex 7A 2B AE 1E 4B 0 20 114 3C 2B
Octal 172 53 256 36 113 0 40 424 74 53
Binary 1111010 101011 10101110 11110 1001011 0 100000 100010100 111100 101011

Color Harmonies of #7A2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2BAE

Black with #7A2BAE

Text Example


Text Example

White with #7A2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,43,174); }

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

background-color css

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

 a { background-color: rgb(122,43,174); }

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

border-color css

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

 span { border-color: rgb(122,43,174); }

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