#391AC8

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

Shades of Purple Heart #391AC8

Tints of Purple Heart #391AC8

Color information

#391AC8 (or 0x391AC8) is unknown color: approx Purple Heart. HEX triplet: 39, 1A and C8. RGB value is (57,26,200). Sum of RGB (Red+Green+Blue) = 57+26+200=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #391AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391AC8 is #C6E537. Grayscale: #363636. Windows color (decimal): -13034808 or 13113913. OLE color: 13113913.

HSL color Cylindrical-coordinate representation of color #391AC8: hue angle of 250.69º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391AC8 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5726200-
CMYK0.720.8700.22
HSL250.69º76.99%44.31%-
HSV(B)250.69º87%78.43%-
XYZ12.485.7855.1-
YUV55.1209.77129.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 200 (78.52% from 255) = 70.67%
R=20.14%
G=9.19%
B=70.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57262000.720.8700.22250.6976.9944.31
Hex391AC84857016fb4d2c
Octal713231011012702637311554
Binary111001110101100100010010001010111010110111110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,26,200); }

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

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

 a { background-color: rgb(57,26,200); }

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

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

 span { border-color: rgb(57,26,200); }

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