Html Css Color HEX #792DAB Royal Purple

📋 copy color: '#792DAB'

red 121 ◦ green 45 ◦ blue 171

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

Shades of Royal Purple #792DAB

Tints of Royal Purple #792DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 35.91%
G = 13.35%
B = 50.74%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#792DAB (or 0x792DAB) is known color: Royal Purple. HEX triplet: 79, 2D and AB. RGB value is (121,45,171). Sum of RGB (Red+Green+Blue) = 121+45+171=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #792DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792DAB is #86D254. Grayscale: #515151. Windows color (decimal): -8835669 or 11218297. OLE color: 11218297.

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

Color convert

RGB 121 45 171 -
CMYK 0.29 0.74 0 0.33
HSL 276.19º 0.58% 0.42% -
HSV(B) 276.19º 0.74% 0.67% -
XYZ 16.17 8.88 39.39 -
YUV 82.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 121 45 171 0.29 0.74 0 0.33 276.19 0.58 0.42
Hex 79 2D AB 1D 4A 0 21 114 3A 2A
Octal 171 55 253 35 112 0 41 424 72 52
Binary 1111001 101101 10101011 11101 1001010 0 100001 100010100 111010 101010

Color Harmonies of #792DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792DAB

Black with #792DAB

Text Example


Text Example

White with #792DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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