Html Css Color HEX #792DAE Royal Purple

📋 copy color: '#792DAE'

red 121 ◦ green 45 ◦ blue 174

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

Shades of Royal Purple #792DAE

Tints of Royal Purple #792DAE

RGB

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

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

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

R = 35.59%
G = 13.24%
B = 51.18%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#792DAE (or 0x792DAE) is known color: Royal Purple. HEX triplet: 79, 2D and AE. RGB value is (121,45,174). Sum of RGB (Red+Green+Blue) = 121+45+174=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 45 (17.97% from 255 or 13.24% 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 #792DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792DAE is #86D251. Grayscale: #515151. Windows color (decimal): -8835666 or 11414905. OLE color: 11414905.

HSL color Cylindrical-coordinate representation of color #792DAE: hue angle of 275.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792DAE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 45 174 -
CMYK 0.30 0.74 0 0.32
HSL 275.35º 0.59% 0.43% -
HSV(B) 275.35º 0.74% 0.68% -
XYZ 16.46 9 40.91 -
YUV 82.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 121 45 174 0.30 0.74 0 0.32 275.35 0.59 0.43
Hex 79 2D AE 1E 4A 0 20 113 3B 2B
Octal 171 55 256 36 112 0 40 423 73 53
Binary 1111001 101101 10101110 11110 1001010 0 100000 100010011 111011 101011

Color Harmonies of #792DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792DAE

Black with #792DAE

Text Example


Text Example

White with #792DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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