Html Css Color HEX #792EAE Royal Purple

📋 copy color: '#792EAE'

red 121 ◦ green 46 ◦ blue 174

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

Shades of Royal Purple #792EAE

Tints of Royal Purple #792EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

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

R = 35.48%
G = 13.49%
B = 51.03%

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

#792EAE (or 0x792EAE) is known color: Royal Purple. HEX triplet: 79, 2E and AE. RGB value is (121,46,174). Sum of RGB (Red+Green+Blue) = 121+46+174=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #792EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792EAE is #86D151. Grayscale: #525252. Windows color (decimal): -8835410 or 11415161. OLE color: 11415161.

HSL color Cylindrical-coordinate representation of color #792EAE: hue angle of 275.16º degrees, saturation: 0.58, 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 #792EAE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 46 174 -
CMYK 0.30 0.74 0 0.32
HSL 275.16º 0.58% 0.43% -
HSV(B) 275.16º 0.74% 0.68% -
XYZ 16.5 9.07 40.93 -
YUV 83.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 121 46 174 0.30 0.74 0 0.32 275.16 0.58 0.43
Hex 79 2E AE 1E 4A 0 20 113 3A 2B
Octal 171 56 256 36 112 0 40 423 72 53
Binary 1111001 101110 10101110 11110 1001010 0 100000 100010011 111010 101011

Color Harmonies of #792EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792EAE

Black with #792EAE

Text Example


Text Example

White with #792EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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