#3815C0

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

Shades of Purple Heart #3815C0

Tints of Purple Heart #3815C0

Color information

#3815C0 (or 0x3815C0) is unknown color: approx Purple Heart. HEX triplet: 38, 15 and C0. RGB value is (56,21,192). Sum of RGB (Red+Green+Blue) = 56+21+192=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #3815C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815C0 is #C7EA3F. Grayscale: #323232. Windows color (decimal): -13101632 or 12588344. OLE color: 12588344.

HSL color Cylindrical-coordinate representation of color #3815C0: hue angle of 252.28º 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 #3815C0 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5621192-
CMYK0.710.8900.25
HSL252.28º80.28%41.76%-
HSV(B)252.28º89.06%75.29%-
XYZ11.415.1850.27-
YUV50.96207.6131.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 192 (75.39% from 255) = 71.38%
R=20.82%
G=7.81%
B=71.38%

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
Decimal56211920.710.8900.25252.2880.2841.76
Hex3815C04759019fc502a
Octal702530010713103137412052
Binary111000101011100000010001111011001011001111111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3815C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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