Html Css Color HEX #793BAE Royal Purple

📋 copy color: '#793BAE'

red 121 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #793BAE

Tints of Royal Purple #793BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 34.18%
G = 16.67%
B = 49.15%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#793BAE (or 0x793BAE) is known color: Royal Purple. HEX triplet: 79, 3B and AE. RGB value is (121,59,174). Sum of RGB (Red+Green+Blue) = 121+59+174=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #793BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAE is #86C451. Grayscale: #5A5A5A. Windows color (decimal): -8832082 or 11418489. OLE color: 11418489.

HSL color Cylindrical-coordinate representation of color #793BAE: hue angle of 272.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793BAE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 59 174 -
CMYK 0.30 0.66 0 0.32
HSL 272.35º 0.49% 0.46% -
HSV(B) 272.35º 0.66% 0.68% -
XYZ 17.09 10.25 41.12 -
YUV 90.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 121 59 174 0.30 0.66 0 0.32 272.35 0.49 0.46
Hex 79 3B AE 1E 42 0 20 110 31 2E
Octal 171 73 256 36 102 0 40 420 61 56
Binary 1111001 111011 10101110 11110 1000010 0 100000 100010000 110001 101110

Color Harmonies of #793BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BAE

Black with #793BAE

Text Example


Text Example

White with #793BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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