#3812C0

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

Shades of Purple Heart #3812C0

Tints of Purple Heart #3812C0

Color information

#3812C0 (or 0x3812C0) is unknown color: approx Purple Heart. HEX triplet: 38, 12 and C0. RGB value is (56,18,192). Sum of RGB (Red+Green+Blue) = 56+18+192=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 192 (75.39% from 255 or 72.18% from 266); Max value from RGB is 192 - color contains mainly: blue. Hex color #3812C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812C0 is #C7ED3F. Grayscale: #303030. Windows color (decimal): -13102400 or 12587576. OLE color: 12587576.

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

Color convert

RGB5618192-
CMYK0.710.9100.25
HSL253.1º82.86%41.18%-
HSV(B)253.1º90.62%75.29%-
XYZ11.365.0850.25-
YUV49.2208.59132.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 192 (75.39% from 255) = 72.18%
R=21.05%
G=6.77%
B=72.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56181920.710.9100.25253.182.8641.18
Hex3812C0475B019fd5329
Octal702230010713303137512351
Binary111000100101100000010001111011011011001111111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3812C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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