Html Css Color HEX #792CAB Royal Purple

📋 copy color: '#792CAB'

red 121 ◦ green 44 ◦ blue 171

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

Shades of Royal Purple #792CAB

Tints of Royal Purple #792CAB

RGB

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

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

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

R = 36.01%
G = 13.1%
B = 50.89%

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

#792CAB (or 0x792CAB) is known color: Royal Purple. HEX triplet: 79, 2C and AB. RGB value is (121,44,171). Sum of RGB (Red+Green+Blue) = 121+44+171=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #792CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CAB is #86D354. Grayscale: #515151. Windows color (decimal): -8835925 or 11218041. OLE color: 11218041.

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

Color convert

RGB 121 44 171 -
CMYK 0.29 0.74 0 0.33
HSL 276.38º 0.59% 0.42% -
HSV(B) 276.38º 0.74% 0.67% -
XYZ 16.14 8.81 39.38 -
YUV 81.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 121 44 171 0.29 0.74 0 0.33 276.38 0.59 0.42
Hex 79 2C AB 1D 4A 0 21 114 3B 2A
Octal 171 54 253 35 112 0 41 424 73 52
Binary 1111001 101100 10101011 11101 1001010 0 100001 100010100 111011 101010

Color Harmonies of #792CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792CAB

Black with #792CAB

Text Example


Text Example

White with #792CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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