#391BC5

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

Shades of Purple Heart #391BC5

Tints of Purple Heart #391BC5

Color information

#391BC5 (or 0x391BC5) is unknown color: approx Purple Heart. HEX triplet: 39, 1B and C5. RGB value is (57,27,197). Sum of RGB (Red+Green+Blue) = 57+27+197=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #391BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BC5 is #C6E43A. Grayscale: #363636. Windows color (decimal): -13034555 or 12917561. OLE color: 12917561.

HSL color Cylindrical-coordinate representation of color #391BC5: hue angle of 250.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391BC5 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5727197-
CMYK0.710.8600.23
HSL250.59º75.89%43.92%-
HSV(B)250.59º86.29%77.25%-
XYZ12.165.6853.28-
YUV55.35207.94129.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 197 (77.34% from 255) = 70.11%
R=20.28%
G=9.61%
B=70.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57271970.710.8600.23250.5975.8943.92
Hex391BC54756017fb4c2c
Octal713330510712602737311454
Binary111001110111100010110001111010110010111111110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391BC5; }

 p { color: rgb(57,27,197); }

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

<style>
 a { background-color: #391BC5; }

 a { background-color: rgb(57,27,197); }

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

<style>
 span { border-color: #391BC5; }

 span { border-color: rgb(57,27,197); }

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