#792ACC

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

Shades of Purple Heart #792ACC

Tints of Purple Heart #792ACC

Color information

#792ACC (or 0x792ACC) is unknown color: approx Purple Heart. HEX triplet: 79, 2A and CC. RGB value is (121,42,204). Sum of RGB (Red+Green+Blue) = 121+42+204=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #792ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ACC is #86D533. Grayscale: #535353. Windows color (decimal): -8836404 or 13380217. OLE color: 13380217.

HSL color Cylindrical-coordinate representation of color #792ACC: hue angle of 269.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792ACC is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12142204-
CMYK0.410.7900.2
HSL269.26º65.85%48.24%-
HSV(B)269.26º79.41%80%-
XYZ19.6110.0858.04-
YUV84.09195.67154.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=32.97%
G=11.44%
B=55.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121422040.410.7900.2269.2665.8548.24
Hex792ACC294F01410d4230
Octal171523145111702441510260
Binary11110011010101100110010100110011110101001000011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792ACC; }

 p { color: rgb(121,42,204); }

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

<style>
 a { background-color: #792ACC; }

 a { background-color: rgb(121,42,204); }

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

<style>
 span { border-color: #792ACC; }

 span { border-color: rgb(121,42,204); }

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