#3812BD

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

Shades of Purple Heart #3812BD

Tints of Purple Heart #3812BD

Color information

#3812BD (or 0x3812BD) is unknown color: approx Purple Heart. HEX triplet: 38, 12 and BD. RGB value is (56,18,189). Sum of RGB (Red+Green+Blue) = 56+18+189=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3812BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812BD is #C7ED42. Grayscale: #303030. Windows color (decimal): -13102403 or 12390968. OLE color: 12390968.

HSL color Cylindrical-coordinate representation of color #3812BD: hue angle of 253.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3812BD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5618189-
CMYK0.700.9000.26
HSL253.33º82.61%40.59%-
HSV(B)253.33º90.48%74.12%-
XYZ11.034.9548.52-
YUV48.86207.09133.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=21.29%
G=6.84%
B=71.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56181890.700.9000.26253.3382.6140.59
Hex3812BD465A01Afd5329
Octal702227510613203237512351
Binary111000100101011110110001101011010011010111111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3812BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3812BD; }

 p { color: rgb(56,18,189); }

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

<style>
 a { background-color: #3812BD; }

 a { background-color: rgb(56,18,189); }

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

<style>
 span { border-color: #3812BD; }

 span { border-color: rgb(56,18,189); }

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