Html Css Color HEX #793AAB Royal Purple

📋 copy color: '#793AAB'

red 121 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #793AAB

Tints of Royal Purple #793AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

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

R = 34.57%
G = 16.57%
B = 48.86%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#793AAB (or 0x793AAB) is known color: Royal Purple. HEX triplet: 79, 3A and AB. RGB value is (121,58,171). Sum of RGB (Red+Green+Blue) = 121+58+171=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #793AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793AAB is #86C554. Grayscale: #595959. Windows color (decimal): -8832341 or 11221625. OLE color: 11221625.

HSL color Cylindrical-coordinate representation of color #793AAB: hue angle of 273.45º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793AAB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 58 171 -
CMYK 0.29 0.66 0 0.33
HSL 273.45º 0.49% 0.45% -
HSV(B) 273.45º 0.66% 0.67% -
XYZ 16.75 10.03 39.58 -
YUV 89.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 121 58 171 0.29 0.66 0 0.33 273.45 0.49 0.45
Hex 79 3A AB 1D 42 0 21 111 31 2D
Octal 171 72 253 35 102 0 41 421 61 55
Binary 1111001 111010 10101011 11101 1000010 0 100001 100010001 110001 101101

Color Harmonies of #793AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AAB

Black with #793AAB

Text Example


Text Example

White with #793AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793AAB; }

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

 H1.HeaderClassName
 {
   color: #793AAB;
 }
 .AnyTagClassName
 {
   color: #793AAB;
 }
</style>

background-color css

<style>
 a { background-color: #793AAB; }

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

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

border-color css

<style>
 span { border-color: #793AAB; }

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

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