Html Css Color HEX #792FAC Royal Purple

📋 copy color: '#792FAC'

red 121 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #792FAC

Tints of Royal Purple #792FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 35.59%
G = 13.82%
B = 50.59%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792FAC (or 0x792FAC) is known color: Royal Purple. HEX triplet: 79, 2F and AC. RGB value is (121,47,172). Sum of RGB (Red+Green+Blue) = 121+47+172=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #792FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792FAC is #86D053. Grayscale: #525252. Windows color (decimal): -8835156 or 11284345. OLE color: 11284345.

HSL color Cylindrical-coordinate representation of color #792FAC: hue angle of 275.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792FAC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 47 172 -
CMYK 0.30 0.73 0 0.33
HSL 275.52º 0.57% 0.43% -
HSV(B) 275.52º 0.73% 0.67% -
XYZ 16.35 9.08 39.92 -
YUV 83.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 121 47 172 0.30 0.73 0 0.33 275.52 0.57 0.43
Hex 79 2F AC 1E 49 0 21 114 39 2B
Octal 171 57 254 36 111 0 41 424 71 53
Binary 1111001 101111 10101100 11110 1001001 0 100001 100010100 111001 101011

Color Harmonies of #792FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792FAC

Black with #792FAC

Text Example


Text Example

White with #792FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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