Html Css Color HEX #792BAC Royal Purple

📋 copy color: '#792BAC'

red 121 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #792BAC

Tints of Royal Purple #792BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 36.01%
G = 12.8%
B = 51.19%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792BAC (or 0x792BAC) is known color: Royal Purple. HEX triplet: 79, 2B and AC. RGB value is (121,43,172). Sum of RGB (Red+Green+Blue) = 121+43+172=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #792BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792BAC is #86D453. Grayscale: #505050. Windows color (decimal): -8836180 or 11283321. OLE color: 11283321.

HSL color Cylindrical-coordinate representation of color #792BAC: hue angle of 276.28º degrees, saturation: 0.6, 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 #792BAC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 43 172 -
CMYK 0.30 0.75 0 0.33
HSL 276.28º 0.6% 0.42% -
HSV(B) 276.28º 0.75% 0.67% -
XYZ 16.2 8.77 39.87 -
YUV 81.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 121 43 172 0.30 0.75 0 0.33 276.28 0.6 0.42
Hex 79 2B AC 1E 4B 0 21 114 3C 2A
Octal 171 53 254 36 113 0 41 424 74 52
Binary 1111001 101011 10101100 11110 1001011 0 100001 100010100 111100 101010

Color Harmonies of #792BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792BAC

Black with #792BAC

Text Example


Text Example

White with #792BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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