#731FCE

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

Shades of Purple Heart #731FCE

Tints of Purple Heart #731FCE

Color information

#731FCE (or 0x731FCE) is unknown color: approx Purple Heart. HEX triplet: 73, 1F and CE. RGB value is (115,31,206). Sum of RGB (Red+Green+Blue) = 115+31+206=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #731FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCE is #8CE031. Grayscale: #4B4B4B. Windows color (decimal): -9232434 or 13508467. OLE color: 13508467.

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

Color convert

RGB11531206-
CMYK0.440.8500.19
HSL268.8º73.84%46.47%-
HSV(B)268.8º84.95%80.78%-
XYZ18.79.0859.16-
YUV76.07201.33155.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=32.67%
G=8.81%
B=58.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115312060.440.8500.19268.873.8446.47
Hex731FCE2C5501310d4a2e
Octal163373165412502341511256
Binary1110011111111100111010110010101010100111000011011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,206); }

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

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

 a { background-color: rgb(115,31,206); }

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

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

 span { border-color: rgb(115,31,206); }

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