Html Css Color HEX #793CB0 Royal Purple

📋 copy color: '#793CB0'

red 121 ◦ green 60 ◦ blue 176

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

Shades of Royal Purple #793CB0

Tints of Royal Purple #793CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.3%

R = 33.89%
G = 16.81%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#793CB0 (or 0x793CB0) is known color: Royal Purple. HEX triplet: 79, 3C and B0. RGB value is (121,60,176). Sum of RGB (Red+Green+Blue) = 121+60+176=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #793CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CB0 is #86C34F. Grayscale: #5B5B5B. Windows color (decimal): -8831824 or 11549817. OLE color: 11549817.

HSL color Cylindrical-coordinate representation of color #793CB0: hue angle of 271.55º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793CB0 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 60 176 -
CMYK 0.31 0.66 0 0.31
HSL 271.55º 0.49% 0.46% -
HSV(B) 271.55º 0.66% 0.69% -
XYZ 17.34 10.43 42.17 -
YUV 91.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 121 60 176 0.31 0.66 0 0.31 271.55 0.49 0.46
Hex 79 3C B0 1F 42 0 1F 110 31 2E
Octal 171 74 260 37 102 0 37 420 61 56
Binary 1111001 111100 10110000 11111 1000010 0 11111 100010000 110001 101110

Color Harmonies of #793CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CB0

Black with #793CB0

Text Example


Text Example

White with #793CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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