#7342C8

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

Shades of Purple Heart #7342C8

Tints of Purple Heart #7342C8

Color information

#7342C8 (or 0x7342C8) is unknown color: approx Purple Heart. HEX triplet: 73, 42 and C8. RGB value is (115,66,200). Sum of RGB (Red+Green+Blue) = 115+66+200=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #7342C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342C8 is #8CBD37. Grayscale: #5F5F5F. Windows color (decimal): -9223480 or 13124211. OLE color: 13124211.

HSL color Cylindrical-coordinate representation of color #7342C8: hue angle of 261.94º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7342C8 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11566200-
CMYK0.420.6700.22
HSL261.94º54.92%52.16%-
HSV(B)261.94º67%78.43%-
XYZ19.4411.7155.88-
YUV95.93186.73141.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=30.18%
G=17.32%
B=52.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115662000.420.6700.22261.9454.9252.16
Hex7342C82A430161063734
Octal163102310521030264066764
Binary11100111000010110010001010101000011010110100000110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7342C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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