#792CCF

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

Shades of Purple Heart #792CCF

Tints of Purple Heart #792CCF

Color information

#792CCF (or 0x792CCF) is unknown color: approx Purple Heart. HEX triplet: 79, 2C and CF. RGB value is (121,44,207). Sum of RGB (Red+Green+Blue) = 121+44+207=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #792CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792CCF is #86D330. Grayscale: #555555. Windows color (decimal): -8835889 or 13577337. OLE color: 13577337.

HSL color Cylindrical-coordinate representation of color #792CCF: hue angle of 268.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792CCF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12144207-
CMYK0.420.7900.19
HSL268.34º64.94%49.22%-
HSV(B)268.34º78.74%81.18%-
XYZ20.0510.3759.98-
YUV85.6196.51153.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 44 (17.58% from 255) = 11.83%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=32.53%
G=11.83%
B=55.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121442070.420.7900.19268.3464.9449.22
Hex792CCF2A4F01310c4131
Octal171543175211702341410161
Binary11110011011001100111110101010011110100111000011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,44,207); }

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

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

 a { background-color: rgb(121,44,207); }

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

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

 span { border-color: rgb(121,44,207); }

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