#7930CA

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

Shades of Purple Heart #7930CA

Tints of Purple Heart #7930CA

Color information

#7930CA (or 0x7930CA) is unknown color: approx Purple Heart. HEX triplet: 79, 30 and CA. RGB value is (121,48,202). Sum of RGB (Red+Green+Blue) = 121+48+202=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #7930CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7930CA is #86CF35. Grayscale: #565656. Windows color (decimal): -8834870 or 13250681. OLE color: 13250681.

HSL color Cylindrical-coordinate representation of color #7930CA: hue angle of 268.44º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7930CA is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12148202-
CMYK0.400.7600.21
HSL268.44º61.6%49.02%-
HSV(B)268.44º76.24%79.22%-
XYZ19.610.4456.86-
YUV87.38192.68151.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=32.61%
G=12.94%
B=54.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121482020.400.7600.21268.4461.649.02
Hex7930CA284C01510c3e31
Octal17160312501140254147661
Binary1111001110000110010101010001001100010101100001100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7930CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7930CA; }

 p { color: rgb(121,48,202); }

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

<style>
 a { background-color: #7930CA; }

 a { background-color: rgb(121,48,202); }

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

<style>
 span { border-color: #7930CA; }

 span { border-color: rgb(121,48,202); }

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