#7323c9

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

Shades of Purple Heart #7323C9

Tints of Purple Heart #7323C9

Color information

#7323C9 (or 0x7323C9) is unknown color: approx Purple Heart. HEX triplet: 73, 23 and C9. RGB value is (115,35,201). Sum of RGB (Red+Green+Blue) = 115+35+201=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #7323C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7323C9 is #8CDC36. Grayscale: #4D4D4D. Windows color (decimal): -9231415 or 13181811. OLE color: 13181811.

HSL color Cylindrical-coordinate representation of color #7323C9: hue angle of 268.92º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7323C9 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11535201-
CMYK0.430.8300.21
HSL268.92º70.34%46.27%-
HSV(B)268.92º82.59%78.82%-
XYZ18.219.0656.05-
YUV77.84197.5154.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 35 (14.06% from 255) = 9.97%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=32.76%
G=9.97%
B=57.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115352010.430.8300.21268.9270.3446.27
Hex7323C92B5301510d462e
Octal163433115312302541510656
Binary11100111000111100100110101110100110101011000011011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7323c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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