Html Css Color HEX #7A2CAE Royal Purple

📋 copy color: '#7A2CAE'

red 122 ◦ green 44 ◦ blue 174

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

Shades of Royal Purple #7A2CAE

Tints of Royal Purple #7A2CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.94%

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

R = 35.88%
G = 12.94%
B = 51.18%

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

#7A2CAE (or 0x7A2CAE) is known color: Royal Purple. HEX triplet: 7A, 2C and AE. RGB value is (122,44,174). Sum of RGB (Red+Green+Blue) = 122+44+174=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A2CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2CAE is #85D351. Grayscale: #515151. Windows color (decimal): -8770386 or 11414650. OLE color: 11414650.

HSL color Cylindrical-coordinate representation of color #7A2CAE: hue angle of 276º 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 #7A2CAE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 44 174 -
CMYK 0.30 0.75 0 0.32
HSL 276º 0.6% 0.43% -
HSV(B) 276º 0.75% 0.68% -
XYZ 16.57 8.99 40.91 -
YUV 82.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 122 44 174 0.30 0.75 0 0.32 276 0.6 0.43
Hex 7A 2C AE 1E 4B 0 20 114 3C 2B
Octal 172 54 256 36 113 0 40 424 74 53
Binary 1111010 101100 10101110 11110 1001011 0 100000 100010100 111100 101011

Color Harmonies of #7A2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2CAE

Black with #7A2CAE

Text Example


Text Example

White with #7A2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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