#391AC6

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

Shades of Purple Heart #391AC6

Tints of Purple Heart #391AC6

Color information

#391AC6 (or 0x391AC6) is unknown color: approx Purple Heart. HEX triplet: 39, 1A and C6. RGB value is (57,26,198). Sum of RGB (Red+Green+Blue) = 57+26+198=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #391AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391AC6 is #C6E539. Grayscale: #363636. Windows color (decimal): -13034810 or 12982841. OLE color: 12982841.

HSL color Cylindrical-coordinate representation of color #391AC6: hue angle of 250.81º 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 #391AC6 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5726198-
CMYK0.710.8700.22
HSL250.81º76.79%43.92%-
HSV(B)250.81º86.87%77.65%-
XYZ12.255.6953.88-
YUV54.88208.77129.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 198 (77.73% from 255) = 70.46%
R=20.28%
G=9.25%
B=70.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57261980.710.8700.22250.8176.7943.92
Hex391AC64757016fb4d2c
Octal713230610712702637311554
Binary111001110101100011010001111010111010110111110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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