#7342CA

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

Shades of Purple Heart #7342CA

Tints of Purple Heart #7342CA

Color information

#7342CA (or 0x7342CA) is unknown color: approx Purple Heart. HEX triplet: 73, 42 and CA. RGB value is (115,66,202). Sum of RGB (Red+Green+Blue) = 115+66+202=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #7342CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342CA is #8CBD35. Grayscale: #5F5F5F. Windows color (decimal): -9223478 or 13255283. OLE color: 13255283.

HSL color Cylindrical-coordinate representation of color #7342CA: hue angle of 261.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7342CA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11566202-
CMYK0.430.6700.21
HSL261.62º56.2%52.55%-
HSV(B)261.62º67.33%79.22%-
XYZ19.6811.8157.12-
YUV96.16187.73141.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=30.03%
G=17.23%
B=52.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115662020.430.6700.21261.6256.252.55
Hex7342CA2B430151063835
Octal163102312531030254067065
Binary11100111000010110010101010111000011010101100000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7342CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,66,202); }

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

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

 a { background-color: rgb(115,66,202); }

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

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

 span { border-color: rgb(115,66,202); }

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