Html Css Color HEX #793DA0 Royal Purple

📋 copy color: '#793DA0'

red 121 ◦ green 61 ◦ blue 160

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

Shades of Royal Purple #793DA0

Tints of Royal Purple #793DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

 BLUE value IS 160 (62.89% from 255) = 46.78%

R = 35.38%
G = 17.84%
B = 46.78%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#793DA0 (or 0x793DA0) is known color: Royal Purple. HEX triplet: 79, 3D and A0. RGB value is (121,61,160). Sum of RGB (Red+Green+Blue) = 121+61+160=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #793DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DA0 is #86C25F. Grayscale: #595959. Windows color (decimal): -8831584 or 10501497. OLE color: 10501497.

HSL color Cylindrical-coordinate representation of color #793DA0: hue angle of 276.36º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793DA0 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 61 160 -
CMYK 0.24 0.62 0 0.37
HSL 276.36º 0.45% 0.43% -
HSV(B) 276.36º 0.62% 0.63% -
XYZ 15.9 9.94 34.34 -
YUV 90.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 121 61 160 0.24 0.62 0 0.37 276.36 0.45 0.43
Hex 79 3D A0 18 3E 0 25 114 2D 2B
Octal 171 75 240 30 76 0 45 424 55 53
Binary 1111001 111101 10100000 11000 111110 0 100101 100010100 101101 101011

Color Harmonies of #793DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DA0

Black with #793DA0

Text Example


Text Example

White with #793DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,61,160); }

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

background-color css

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

 a { background-color: rgb(121,61,160); }

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

border-color css

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

 span { border-color: rgb(121,61,160); }

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