Html Css Color HEX #792CAC Royal Purple

📋 copy color: '#792CAC'

red 121 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #792CAC

Tints of Royal Purple #792CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

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

R = 35.91%
G = 13.06%
B = 51.04%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792CAC (or 0x792CAC) is known color: Royal Purple. HEX triplet: 79, 2C and AC. RGB value is (121,44,172). Sum of RGB (Red+Green+Blue) = 121+44+172=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #792CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CAC is #86D353. Grayscale: #515151. Windows color (decimal): -8835924 or 11283577. OLE color: 11283577.

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

Color convert

RGB 121 44 172 -
CMYK 0.30 0.74 0 0.33
HSL 276.09º 0.59% 0.42% -
HSV(B) 276.09º 0.74% 0.67% -
XYZ 16.23 8.84 39.88 -
YUV 81.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 121 44 172 0.30 0.74 0 0.33 276.09 0.59 0.42
Hex 79 2C AC 1E 4A 0 21 114 3B 2A
Octal 171 54 254 36 112 0 41 424 73 52
Binary 1111001 101100 10101100 11110 1001010 0 100001 100010100 111011 101010

Color Harmonies of #792CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792CAC

Black with #792CAC

Text Example


Text Example

White with #792CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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