Html Css Color HEX #793BA7 Royal Purple

📋 copy color: '#793BA7'

red 121 ◦ green 59 ◦ blue 167

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

Shades of Royal Purple #793BA7

Tints of Royal Purple #793BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.13%

R = 34.87%
G = 17%
B = 48.13%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#793BA7 (or 0x793BA7) is known color: Royal Purple. HEX triplet: 79, 3B and A7. RGB value is (121,59,167). Sum of RGB (Red+Green+Blue) = 121+59+167=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #793BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BA7 is #86C458. Grayscale: #595959. Windows color (decimal): -8832089 or 10959737. OLE color: 10959737.

HSL color Cylindrical-coordinate representation of color #793BA7: hue angle of 274.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793BA7 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 59 167 -
CMYK 0.28 0.65 0 0.35
HSL 274.44º 0.48% 0.44% -
HSV(B) 274.44º 0.65% 0.65% -
XYZ 16.42 9.98 37.62 -
YUV 89.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 121 59 167 0.28 0.65 0 0.35 274.44 0.48 0.44
Hex 79 3B A7 1C 41 0 23 112 30 2C
Octal 171 73 247 34 101 0 43 422 60 54
Binary 1111001 111011 10100111 11100 1000001 0 100011 100010010 110000 101100

Color Harmonies of #793BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BA7

Black with #793BA7

Text Example


Text Example

White with #793BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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