Html Css Color HEX #793BAA Royal Purple

📋 copy color: '#793BAA'

red 121 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #793BAA

Tints of Royal Purple #793BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 34.57%
G = 16.86%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#793BAA (or 0x793BAA) is known color: Royal Purple. HEX triplet: 79, 3B and AA. RGB value is (121,59,170). Sum of RGB (Red+Green+Blue) = 121+59+170=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #793BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAA is #86C455. Grayscale: #595959. Windows color (decimal): -8832086 or 11156345. OLE color: 11156345.

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

Color convert

RGB 121 59 170 -
CMYK 0.29 0.65 0 0.33
HSL 273.51º 0.48% 0.45% -
HSV(B) 273.51º 0.65% 0.67% -
XYZ 16.7 10.1 39.1 -
YUV 90.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 121 59 170 0.29 0.65 0 0.33 273.51 0.48 0.45
Hex 79 3B AA 1D 41 0 21 112 30 2D
Octal 171 73 252 35 101 0 41 422 60 55
Binary 1111001 111011 10101010 11101 1000001 0 100001 100010010 110000 101101

Color Harmonies of #793BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BAA

Black with #793BAA

Text Example


Text Example

White with #793BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,59,170); }

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

background-color css

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

 a { background-color: rgb(121,59,170); }

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

border-color css

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

 span { border-color: rgb(121,59,170); }

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