#3813C0

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

Shades of Purple Heart #3813C0

Tints of Purple Heart #3813C0

Color information

#3813C0 (or 0x3813C0) is unknown color: approx Purple Heart. HEX triplet: 38, 13 and C0. RGB value is (56,19,192). Sum of RGB (Red+Green+Blue) = 56+19+192=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #3813C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813C0 is #C7EC3F. Grayscale: #313131. Windows color (decimal): -13102144 or 12587832. OLE color: 12587832.

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

Color convert

RGB5619192-
CMYK0.710.9000.25
HSL252.83º81.99%41.37%-
HSV(B)252.83º90.1%75.29%-
XYZ11.385.1150.26-
YUV49.78208.26132.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 192 (75.39% from 255) = 71.91%
R=20.97%
G=7.12%
B=71.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56191920.710.9000.25252.8381.9941.37
Hex3813C0475A019fd5229
Octal702330010713203137512251
Binary111000100111100000010001111011010011001111111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3813C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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