#381BC5

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

Shades of Purple Heart #381BC5

Tints of Purple Heart #381BC5

Color information

#381BC5 (or 0x381BC5) is unknown color: approx Purple Heart. HEX triplet: 38, 1B and C5. RGB value is (56,27,197). Sum of RGB (Red+Green+Blue) = 56+27+197=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #381BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BC5 is #C7E43A. Grayscale: #363636. Windows color (decimal): -13100091 or 12917560. OLE color: 12917560.

HSL color Cylindrical-coordinate representation of color #381BC5: hue angle of 250.24º 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 #381BC5 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5627197-
CMYK0.720.8600.23
HSL250.24º75.89%43.92%-
HSV(B)250.24º86.29%77.25%-
XYZ12.15.6653.28-
YUV55.05208.11128.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 197 (77.34% from 255) = 70.36%
R=20%
G=9.64%
B=70.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56271970.720.8600.23250.2475.8943.92
Hex381BC54856017fa4c2c
Octal703330511012602737211454
Binary111000110111100010110010001010110010111111110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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