#391ac4

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

Shades of Purple Heart #391AC4

Tints of Purple Heart #391AC4

Color information

#391AC4 (or 0x391AC4) is unknown color: approx Purple Heart. HEX triplet: 39, 1A and C4. RGB value is (57,26,196). Sum of RGB (Red+Green+Blue) = 57+26+196=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 196 (76.95% from 255 or 70.25% from 279); Max value from RGB is 196 - color contains mainly: blue. Hex color #391AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391AC4 is #C6E53B. Grayscale: #363636. Windows color (decimal): -13034812 or 12851769. OLE color: 12851769.

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

Color convert

RGB5726196-
CMYK0.710.8700.23
HSL250.94º76.58%43.53%-
HSV(B)250.94º86.73%76.86%-
XYZ12.025.5952.67-
YUV54.65207.77129.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 196 (76.95% from 255) = 70.25%
R=20.43%
G=9.32%
B=70.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57261960.710.8700.23250.9476.5843.53
Hex391AC44757017fb4d2c
Octal713230410712702737311554
Binary111001110101100010010001111010111010111111110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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