#731ECB

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

Shades of Purple Heart #731ECB

Tints of Purple Heart #731ECB

Color information

#731ECB (or 0x731ECB) is unknown color: approx Purple Heart. HEX triplet: 73, 1E and CB. RGB value is (115,30,203). Sum of RGB (Red+Green+Blue) = 115+30+203=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #731ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECB is #8CE134. Grayscale: #4A4A4A. Windows color (decimal): -9232693 or 13311603. OLE color: 13311603.

HSL color Cylindrical-coordinate representation of color #731ECB: hue angle of 269.48º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731ECB is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11530203-
CMYK0.430.8500.20
HSL269.48º74.25%45.69%-
HSV(B)269.48º85.22%79.61%-
XYZ18.318.8957.25-
YUV75.14200.16156.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 30 (12.11% from 255) = 8.62%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=33.05%
G=8.62%
B=58.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115302030.430.8500.20269.4874.2545.69
Hex731ECB2B5501410d4a2e
Octal163363135312502441511256
Binary1110011111101100101110101110101010101001000011011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731ECB; }

 p { color: rgb(115,30,203); }

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

<style>
 a { background-color: #731ECB; }

 a { background-color: rgb(115,30,203); }

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

<style>
 span { border-color: #731ECB; }

 span { border-color: rgb(115,30,203); }

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