Html Css Color HEX #793AB9 Purple Heart

📋 copy color: '#793AB9'

red 121 ◦ green 58 ◦ blue 185

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

Shades of Purple Heart #793AB9

Tints of Purple Heart #793AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 33.24%
G = 15.93%
B = 50.82%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#793AB9 (or 0x793AB9) is known color: Purple Heart. HEX triplet: 79, 3A and B9. RGB value is (121,58,185). Sum of RGB (Red+Green+Blue) = 121+58+185=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #793AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AB9 is #86C546. Grayscale: #5A5A5A. Windows color (decimal): -8832327 or 12139129. OLE color: 12139129.

HSL color Cylindrical-coordinate representation of color #793AB9: hue angle of 269.76º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793AB9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 58 185 -
CMYK 0.35 0.69 0 0.27
HSL 269.76º 0.52% 0.48% -
HSV(B) 269.76º 0.69% 0.73% -
XYZ 18.16 10.59 46.99 -
YUV 91.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 121 58 185 0.35 0.69 0 0.27 269.76 0.52 0.48
Hex 79 3A B9 23 45 0 1B 10E 34 30
Octal 171 72 271 43 105 0 33 416 64 60
Binary 1111001 111010 10111001 100011 1000101 0 11011 100001110 110100 110000

Color Harmonies of #793AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AB9

Black with #793AB9

Text Example


Text Example

White with #793AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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