Html Css Color HEX #792DAA Royal Purple

📋 copy color: '#792DAA'

red 121 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #792DAA

Tints of Royal Purple #792DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 36.01%
G = 13.39%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792DAA (or 0x792DAA) is known color: Royal Purple. HEX triplet: 79, 2D and AA. RGB value is (121,45,170). Sum of RGB (Red+Green+Blue) = 121+45+170=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #792DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792DAA is #86D255. Grayscale: #515151. Windows color (decimal): -8835670 or 11152761. OLE color: 11152761.

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

Color convert

RGB 121 45 170 -
CMYK 0.29 0.74 0 0.33
HSL 276.48º 0.58% 0.42% -
HSV(B) 276.48º 0.74% 0.67% -
XYZ 16.08 8.84 38.89 -
YUV 81.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 121 45 170 0.29 0.74 0 0.33 276.48 0.58 0.42
Hex 79 2D AA 1D 4A 0 21 114 3A 2A
Octal 171 55 252 35 112 0 41 424 72 52
Binary 1111001 101101 10101010 11101 1001010 0 100001 100010100 111010 101010

Color Harmonies of #792DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792DAA

Black with #792DAA

Text Example


Text Example

White with #792DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,45,170); }

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

background-color css

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

 a { background-color: rgb(121,45,170); }

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

border-color css

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

 span { border-color: rgb(121,45,170); }

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