#3815BE

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

Shades of Purple Heart #3815BE

Tints of Purple Heart #3815BE

Color information

#3815BE (or 0x3815BE) is unknown color: approx Purple Heart. HEX triplet: 38, 15 and BE. RGB value is (56,21,190). Sum of RGB (Red+Green+Blue) = 56+21+190=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #3815BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815BE is #C7EA41. Grayscale: #323232. Windows color (decimal): -13101634 or 12457272. OLE color: 12457272.

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

Color convert

RGB5621190-
CMYK0.710.8900.25
HSL252.43º80.09%41.37%-
HSV(B)252.43º88.95%74.51%-
XYZ11.195.0949.11-
YUV50.73206.6131.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 190 (74.61% from 255) = 71.16%
R=20.97%
G=7.87%
B=71.16%

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
Decimal56211900.710.8900.25252.4380.0941.37
Hex3815BE4759019fc5029
Octal702527610713103137412051
Binary111000101011011111010001111011001011001111111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3815BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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