#381ABF

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

Shades of Purple Heart #381ABF

Tints of Purple Heart #381ABF

Color information

#381ABF (or 0x381ABF) is unknown color: approx Purple Heart. HEX triplet: 38, 1A and BF. RGB value is (56,26,191). Sum of RGB (Red+Green+Blue) = 56+26+191=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #381ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ABF is #C7E540. Grayscale: #353535. Windows color (decimal): -13100353 or 12524088. OLE color: 12524088.

HSL color Cylindrical-coordinate representation of color #381ABF: hue angle of 250.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381ABF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5626191-
CMYK0.710.8600.25
HSL250.91º76.04%42.55%-
HSV(B)250.91º86.39%74.9%-
XYZ11.45.3449.72-
YUV53.78205.44129.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 191 (75% from 255) = 69.96%
R=20.51%
G=9.52%
B=69.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56261910.710.8600.25250.9176.0442.55
Hex381ABF4756019fb4c2b
Octal703227710712603137311453
Binary111000110101011111110001111010110011001111110111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381ABF; }

 p { color: rgb(56,26,191); }

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

<style>
 a { background-color: #381ABF; }

 a { background-color: rgb(56,26,191); }

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

<style>
 span { border-color: #381ABF; }

 span { border-color: rgb(56,26,191); }

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