#3815BF

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

Shades of Purple Heart #3815BF

Tints of Purple Heart #3815BF

Color information

#3815BF (or 0x3815BF) is unknown color: approx Purple Heart. HEX triplet: 38, 15 and BF. RGB value is (56,21,191). Sum of RGB (Red+Green+Blue) = 56+21+191=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #3815BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815BF is #C7EA40. Grayscale: #323232. Windows color (decimal): -13101633 or 12522808. OLE color: 12522808.

HSL color Cylindrical-coordinate representation of color #3815BF: hue angle of 252.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3815BF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5621191-
CMYK0.710.8900.25
HSL252.35º80.19%41.57%-
HSV(B)252.35º89.01%74.9%-
XYZ11.35.1449.69-
YUV50.84207.1131.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 191 (75% from 255) = 71.27%
R=20.90%
G=7.84%
B=71.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56211910.710.8900.25252.3580.1941.57
Hex3815BF4759019fc502a
Octal702527710713103137412052
Binary111000101011011111110001111011001011001111111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3815BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3815BF; }

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

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

<style>
 a { background-color: #3815BF; }

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

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

<style>
 span { border-color: #3815BF; }

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

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