Html Css Color HEX #792BAE Royal Purple

📋 copy color: '#792BAE'

red 121 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #792BAE

Tints of Royal Purple #792BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 35.8%
G = 12.72%
B = 51.48%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#792BAE (or 0x792BAE) is known color: Royal Purple. HEX triplet: 79, 2B and AE. RGB value is (121,43,174). Sum of RGB (Red+Green+Blue) = 121+43+174=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #792BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792BAE is #86D451. Grayscale: #505050. Windows color (decimal): -8836178 or 11414393. OLE color: 11414393.

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

Color convert

RGB 121 43 174 -
CMYK 0.30 0.75 0 0.32
HSL 275.73º 0.6% 0.43% -
HSV(B) 275.73º 0.75% 0.68% -
XYZ 16.39 8.85 40.89 -
YUV 81.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 121 43 174 0.30 0.75 0 0.32 275.73 0.6 0.43
Hex 79 2B AE 1E 4B 0 20 114 3C 2B
Octal 171 53 256 36 113 0 40 424 74 53
Binary 1111001 101011 10101110 11110 1001011 0 100000 100010100 111100 101011

Color Harmonies of #792BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792BAE

Black with #792BAE

Text Example


Text Example

White with #792BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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