#7323C0

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

Shades of Purple Heart #7323C0

Tints of Purple Heart #7323C0

Color information

#7323C0 (or 0x7323C0) is unknown color: approx Purple Heart. HEX triplet: 73, 23 and C0. RGB value is (115,35,192). Sum of RGB (Red+Green+Blue) = 115+35+192=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #7323C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7323C0 is #8CDC3F. Grayscale: #4C4C4C. Windows color (decimal): -9231424 or 12591987. OLE color: 12591987.

HSL color Cylindrical-coordinate representation of color #7323C0: hue angle of 270.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7323C0 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11535192-
CMYK0.400.8200.25
HSL270.57º69.16%44.51%-
HSV(B)270.57º81.77%75.29%-
XYZ17.198.6550.63-
YUV76.82193155.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=33.63%
G=10.23%
B=56.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115351920.400.8200.25270.5769.1644.51
Hex7323C0285201910f452d
Octal163433005012203141710555
Binary11100111000111100000010100010100100110011000011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7323C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7323C0; }

 p { color: rgb(115,35,192); }

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

<style>
 a { background-color: #7323C0; }

 a { background-color: rgb(115,35,192); }

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

<style>
 span { border-color: #7323C0; }

 span { border-color: rgb(115,35,192); }

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