Html Css Color HEX #793BAC Royal Purple

📋 copy color: '#793BAC'

red 121 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #793BAC

Tints of Royal Purple #793BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 34.38%
G = 16.76%
B = 48.86%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#793BAC (or 0x793BAC) is known color: Royal Purple. HEX triplet: 79, 3B and AC. RGB value is (121,59,172). Sum of RGB (Red+Green+Blue) = 121+59+172=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #793BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAC is #86C453. Grayscale: #5A5A5A. Windows color (decimal): -8832084 or 11287417. OLE color: 11287417.

HSL color Cylindrical-coordinate representation of color #793BAC: hue angle of 272.92º 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 #793BAC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 59 172 -
CMYK 0.30 0.66 0 0.33
HSL 272.92º 0.49% 0.45% -
HSV(B) 272.92º 0.66% 0.67% -
XYZ 16.9 10.17 40.1 -
YUV 90.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 121 59 172 0.30 0.66 0 0.33 272.92 0.49 0.45
Hex 79 3B AC 1E 42 0 21 111 31 2D
Octal 171 73 254 36 102 0 41 421 61 55
Binary 1111001 111011 10101100 11110 1000010 0 100001 100010001 110001 101101

Color Harmonies of #793BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BAC

Black with #793BAC

Text Example


Text Example

White with #793BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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