Html Css Color HEX #793AC0 Purple Heart

📋 copy color: '#793AC0'

red 121 ◦ green 58 ◦ blue 192

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

Shades of Purple Heart #793AC0

Tints of Purple Heart #793AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 32.61%
G = 15.63%
B = 51.75%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#793AC0 (or 0x793AC0) is known color: Purple Heart. HEX triplet: 79, 3A and C0. RGB value is (121,58,192). Sum of RGB (Red+Green+Blue) = 121+58+192=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #793AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AC0 is #86C53F. Grayscale: #5B5B5B. Windows color (decimal): -8832320 or 12597881. OLE color: 12597881.

HSL color Cylindrical-coordinate representation of color #793AC0: hue angle of 268.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793AC0 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 58 192 -
CMYK 0.37 0.70 0 0.25
HSL 268.21º 0.54% 0.49% -
HSV(B) 268.21º 0.7% 0.75% -
XYZ 18.91 10.9 50.98 -
YUV 92.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 121 58 192 0.37 0.70 0 0.25 268.21 0.54 0.49
Hex 79 3A C0 25 46 0 19 10C 36 31
Octal 171 72 300 45 106 0 31 414 66 61
Binary 1111001 111010 11000000 100101 1000110 0 11001 100001100 110110 110001

Color Harmonies of #793AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AC0

Black with #793AC0

Text Example


Text Example

White with #793AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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