Html Css Color HEX #793CAC Royal Purple

📋 copy color: '#793CAC'

red 121 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #793CAC

Tints of Royal Purple #793CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 34.28%
G = 17%
B = 48.73%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#793CAC (or 0x793CAC) is known color: Royal Purple. HEX triplet: 79, 3C and AC. RGB value is (121,60,172). Sum of RGB (Red+Green+Blue) = 121+60+172=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #793CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CAC is #86C353. Grayscale: #5A5A5A. Windows color (decimal): -8831828 or 11287673. OLE color: 11287673.

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

Color convert

RGB 121 60 172 -
CMYK 0.30 0.65 0 0.33
HSL 272.68º 0.48% 0.45% -
HSV(B) 272.68º 0.65% 0.67% -
XYZ 16.95 10.28 40.12 -
YUV 91.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 121 60 172 0.30 0.65 0 0.33 272.68 0.48 0.45
Hex 79 3C AC 1E 41 0 21 111 30 2D
Octal 171 74 254 36 101 0 41 421 60 55
Binary 1111001 111100 10101100 11110 1000001 0 100001 100010001 110000 101101

Color Harmonies of #793CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CAC

Black with #793CAC

Text Example


Text Example

White with #793CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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