Html Css Color HEX #7A3AAC Royal Purple

📋 copy color: '#7A3AAC'

red 122 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #7A3AAC

Tints of Royal Purple #7A3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 34.66%
G = 16.48%
B = 48.86%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A3AAC (or 0x7A3AAC) is known color: Royal Purple. HEX triplet: 7A, 3A and AC. RGB value is (122,58,172). Sum of RGB (Red+Green+Blue) = 122+58+172=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3AAC is #85C553. Grayscale: #595959. Windows color (decimal): -8766804 or 11287162. OLE color: 11287162.

HSL color Cylindrical-coordinate representation of color #7A3AAC: hue angle of 273.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3AAC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 58 172 -
CMYK 0.29 0.66 0 0.33
HSL 273.68º 0.5% 0.45% -
HSV(B) 273.68º 0.66% 0.67% -
XYZ 16.99 10.14 40.09 -
YUV 90.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 122 58 172 0.29 0.66 0 0.33 273.68 0.5 0.45
Hex 7A 3A AC 1D 42 0 21 112 32 2D
Octal 172 72 254 35 102 0 41 422 62 55
Binary 1111010 111010 10101100 11101 1000010 0 100001 100010010 110010 101101

Color Harmonies of #7A3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3AAC

Black with #7A3AAC

Text Example


Text Example

White with #7A3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,58,172); }

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

background-color css

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

 a { background-color: rgb(122,58,172); }

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

border-color css

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

 span { border-color: rgb(122,58,172); }

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