#4131BE

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

Shades of Purple Heart #4131BE

Tints of Purple Heart #4131BE

Color information

#4131BE (or 0x4131BE) is unknown color: approx Purple Heart. HEX triplet: 41, 31 and BE. RGB value is (65,49,190). Sum of RGB (Red+Green+Blue) = 65+49+190=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4131BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131BE is #BECE41. Grayscale: #454545. Windows color (decimal): -12504642 or 12464449. OLE color: 12464449.

HSL color Cylindrical-coordinate representation of color #4131BE: hue angle of 246.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4131BE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6549190-
CMYK0.660.7400.25
HSL246.81º59%46.86%-
HSV(B)246.81º74.21%74.51%-
XYZ12.577.0449.41-
YUV69.86195.8124.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 190 (74.61% from 255) = 62.5%
R=21.38%
G=16.12%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65491900.660.7400.25246.815946.86
Hex4131BE424A019f73b2f
Octal101612761021120313677357
Binary1000001110001101111101000010100101001100111110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4131BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4131BE; }

 p { color: rgb(65,49,190); }

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

<style>
 a { background-color: #4131BE; }

 a { background-color: rgb(65,49,190); }

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

<style>
 span { border-color: #4131BE; }

 span { border-color: rgb(65,49,190); }

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