#4131BA

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

Shades of Purple Heart #4131BA

Tints of Purple Heart #4131BA

Color information

#4131BA (or 0x4131BA) is unknown color: approx Purple Heart. HEX triplet: 41, 31 and BA. RGB value is (65,49,186). Sum of RGB (Red+Green+Blue) = 65+49+186=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #4131BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131BA is #BECE45. Grayscale: #444444. Windows color (decimal): -12504646 or 12202305. OLE color: 12202305.

HSL color Cylindrical-coordinate representation of color #4131BA: hue angle of 247.01º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4131BA is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6549186-
CMYK0.650.7400.27
HSL247.01º58.3%46.08%-
HSV(B)247.01º73.66%72.94%-
XYZ12.146.8747.14-
YUV69.4193.8124.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 186 (73.05% from 255) = 62%
R=21.67%
G=16.33%
B=62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65491860.650.7400.27247.0158.346.08
Hex4131BA414A01Bf73a2e
Octal101612721011120333677256
Binary1000001110001101110101000001100101001101111110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4131BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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