Html Css Color HEX #792DAD Royal Purple

📋 copy color: '#792DAD'

red 121 ◦ green 45 ◦ blue 173

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

Shades of Royal Purple #792DAD

Tints of Royal Purple #792DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 35.69%
G = 13.27%
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

#792DAD (or 0x792DAD) is known color: Royal Purple. HEX triplet: 79, 2D and AD. RGB value is (121,45,173). Sum of RGB (Red+Green+Blue) = 121+45+173=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #792DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792DAD is #86D252. Grayscale: #515151. Windows color (decimal): -8835667 or 11349369. OLE color: 11349369.

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

Color convert

RGB 121 45 173 -
CMYK 0.30 0.74 0 0.32
HSL 275.63º 0.59% 0.43% -
HSV(B) 275.63º 0.74% 0.68% -
XYZ 16.37 8.96 40.4 -
YUV 82.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 121 45 173 0.30 0.74 0 0.32 275.63 0.59 0.43
Hex 79 2D AD 1E 4A 0 20 114 3B 2B
Octal 171 55 255 36 112 0 40 424 73 53
Binary 1111001 101101 10101101 11110 1001010 0 100000 100010100 111011 101011

Color Harmonies of #792DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792DAD

Black with #792DAD

Text Example


Text Example

White with #792DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,45,173); }

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

background-color css

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

 a { background-color: rgb(121,45,173); }

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

border-color css

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

 span { border-color: rgb(121,45,173); }

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