#793EBF

Color #793EBF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #793EBF

Tints of Purple Heart #793EBF

Color information

#793EBF (or 0x793EBF) is unknown color: approx Purple Heart. HEX triplet: 79, 3E and BF. RGB value is (121,62,191). Sum of RGB (Red+Green+Blue) = 121+62+191=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #793EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793EBF is #86C140. Grayscale: #5D5D5D. Windows color (decimal): -8831297 or 12533369. OLE color: 12533369.

HSL color Cylindrical-coordinate representation of color #793EBF: hue angle of 267.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793EBF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12162191-
CMYK0.370.6800.25
HSL267.44º50.99%49.61%-
HSV(B)267.44º67.54%74.9%-
XYZ19.0111.2750.46-
YUV94.35182.55147.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 191 (75% from 255) = 51.07%
R=32.35%
G=16.58%
B=51.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121621910.370.6800.25267.4450.9949.61
Hex793EBF254401910b3332
Octal17176277451040314136362
Binary1111001111110101111111001011000100011001100001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,62,191); }

 H1.HeaderClassName
 {
   color: #793EBF;
 }
 .AnyTagClassName
 {
   color: #793EBF;
 }
</style>
background-color css

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

 a { background-color: rgb(121,62,191); }

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

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

 span { border-color: rgb(121,62,191); }

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