Html Css Color HEX #793BAB Royal Purple

📋 copy color: '#793BAB'

red 121 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #793BAB

Tints of Royal Purple #793BAB

RGB

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

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

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

R = 34.47%
G = 16.81%
B = 48.72%

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

#793BAB (or 0x793BAB) is known color: Royal Purple. HEX triplet: 79, 3B and AB. RGB value is (121,59,171). Sum of RGB (Red+Green+Blue) = 121+59+171=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #793BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAB is #86C454. Grayscale: #595959. Windows color (decimal): -8832085 or 11221881. OLE color: 11221881.

HSL color Cylindrical-coordinate representation of color #793BAB: hue angle of 273.21º degrees, saturation: 0.49, 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 #793BAB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 59 171 -
CMYK 0.29 0.65 0 0.33
HSL 273.21º 0.49% 0.45% -
HSV(B) 273.21º 0.65% 0.67% -
XYZ 16.8 10.13 39.6 -
YUV 90.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 121 59 171 0.29 0.65 0 0.33 273.21 0.49 0.45
Hex 79 3B AB 1D 41 0 21 111 31 2D
Octal 171 73 253 35 101 0 41 421 61 55
Binary 1111001 111011 10101011 11101 1000001 0 100001 100010001 110001 101101

Color Harmonies of #793BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BAB

Black with #793BAB

Text Example


Text Example

White with #793BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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