Html Css Color HEX #792AAB Royal Purple

📋 copy color: '#792AAB'

red 121 ◦ green 42 ◦ blue 171

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

Shades of Royal Purple #792AAB

Tints of Royal Purple #792AAB

RGB

 RED value IS 121 (47.66% from 255) = 36.23%

 GREEN value IS 42 (16.8% from 255) = 12.57%

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

R = 36.23%
G = 12.57%
B = 51.2%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792AAB (or 0x792AAB) is known color: Royal Purple. HEX triplet: 79, 2A and AB. RGB value is (121,42,171). Sum of RGB (Red+Green+Blue) = 121+42+171=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #792AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792AAB is #86D554. Grayscale: #4F4F4F. Windows color (decimal): -8836437 or 11217529. OLE color: 11217529.

HSL color Cylindrical-coordinate representation of color #792AAB: hue angle of 276.74º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792AAB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 42 171 -
CMYK 0.29 0.75 0 0.33
HSL 276.74º 0.61% 0.42% -
HSV(B) 276.74º 0.75% 0.67% -
XYZ 16.06 8.66 39.35 -
YUV 80.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 121 42 171 0.29 0.75 0 0.33 276.74 0.61 0.42
Hex 79 2A AB 1D 4B 0 21 115 3D 2A
Octal 171 52 253 35 113 0 41 425 75 52
Binary 1111001 101010 10101011 11101 1001011 0 100001 100010101 111101 101010

Color Harmonies of #792AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792AAB

Black with #792AAB

Text Example


Text Example

White with #792AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792AAB; }

 p { color: rgb(121,42,171); }

 H1.HeaderClassName
 {
   color: #792AAB;
 }
 .AnyTagClassName
 {
   color: #792AAB;
 }
</style>

background-color css

<style>
 a { background-color: #792AAB; }

 a { background-color: rgb(121,42,171); }

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

border-color css

<style>
 span { border-color: #792AAB; }

 span { border-color: rgb(121,42,171); }

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