Html Css Color HEX #7A32AB Royal Purple

📋 copy color: '#7A32AB'

red 122 ◦ green 50 ◦ blue 171

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

Shades of Royal Purple #7A32AB

Tints of Royal Purple #7A32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 35.57%
G = 14.58%
B = 49.85%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A32AB (or 0x7A32AB) is known color: Royal Purple. HEX triplet: 7A, 32 and AB. RGB value is (122,50,171). Sum of RGB (Red+Green+Blue) = 122+50+171=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A32AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A32AB is #85CD54. Grayscale: #545454. Windows color (decimal): -8768853 or 11219578. OLE color: 11219578.

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

Color convert

RGB 122 50 171 -
CMYK 0.29 0.71 0 0.33
HSL 275.7º 0.55% 0.43% -
HSV(B) 275.7º 0.71% 0.67% -
XYZ 16.52 9.36 39.46 -
YUV 85.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 122 50 171 0.29 0.71 0 0.33 275.7 0.55 0.43
Hex 7A 32 AB 1D 47 0 21 114 37 2B
Octal 172 62 253 35 107 0 41 424 67 53
Binary 1111010 110010 10101011 11101 1000111 0 100001 100010100 110111 101011

Color Harmonies of #7A32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A32AB

Black with #7A32AB

Text Example


Text Example

White with #7A32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,171); }

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

background-color css

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

 a { background-color: rgb(122,50,171); }

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

border-color css

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

 span { border-color: rgb(122,50,171); }

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