Html Css Color HEX #793AB4 Royal Purple

📋 copy color: '#793AB4'

red 121 ◦ green 58 ◦ blue 180

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

Shades of Royal Purple #793AB4

Tints of Royal Purple #793AB4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 33.7%
G = 16.16%
B = 50.14%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#793AB4 (or 0x793AB4) is known color: Royal Purple. HEX triplet: 79, 3A and B4. RGB value is (121,58,180). Sum of RGB (Red+Green+Blue) = 121+58+180=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #793AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AB4 is #86C54B. Grayscale: #5A5A5A. Windows color (decimal): -8832332 or 11811449. OLE color: 11811449.

HSL color Cylindrical-coordinate representation of color #793AB4: hue angle of 270.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793AB4 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 58 180 -
CMYK 0.33 0.68 0 0.29
HSL 270.98º 0.51% 0.47% -
HSV(B) 270.98º 0.68% 0.71% -
XYZ 17.64 10.39 44.26 -
YUV 90.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 121 58 180 0.33 0.68 0 0.29 270.98 0.51 0.47
Hex 79 3A B4 21 44 0 1D 10F 33 2F
Octal 171 72 264 41 104 0 35 417 63 57
Binary 1111001 111010 10110100 100001 1000100 0 11101 100001111 110011 101111

Color Harmonies of #793AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AB4

Black with #793AB4

Text Example


Text Example

White with #793AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,58,180); }

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

background-color css

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

 a { background-color: rgb(121,58,180); }

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

border-color css

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

 span { border-color: rgb(121,58,180); }

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