#793BBB

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

Shades of Purple Heart #793BBB

Tints of Purple Heart #793BBB

Color information

#793BBB (or 0x793BBB) is unknown color: approx Purple Heart. HEX triplet: 79, 3B and BB. RGB value is (121,59,187). Sum of RGB (Red+Green+Blue) = 121+59+187=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #793BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BBB is #86C444. Grayscale: #5B5B5B. Windows color (decimal): -8832069 or 12270457. OLE color: 12270457.

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

Color convert

RGB12159187-
CMYK0.350.6800.27
HSL269.06º52.03%48.24%-
HSV(B)269.06º68.45%73.33%-
XYZ18.4210.7848.12-
YUV92.13181.54148.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 59 (23.44% from 255) = 16.08%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=32.97%
G=16.08%
B=50.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121591870.350.6800.27269.0652.0348.24
Hex793BBB234401B10d3430
Octal17173273431040334156460
Binary1111001111011101110111000111000100011011100001101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,59,187); }

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

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

 a { background-color: rgb(121,59,187); }

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

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

 span { border-color: rgb(121,59,187); }

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