#3F15AD

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

Shades of Purple Heart #3F15AD

Tints of Purple Heart #3F15AD

Color information

#3F15AD (or 0x3F15AD) is unknown color: approx Purple Heart. HEX triplet: 3F, 15 and AD. RGB value is (63,21,173). Sum of RGB (Red+Green+Blue) = 63+21+173=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F15AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F15AD is #C0EA52. Grayscale: #323232. Windows color (decimal): -12642899 or 11343167. OLE color: 11343167.

HSL color Cylindrical-coordinate representation of color #3F15AD: hue angle of 256.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F15AD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6321173-
CMYK0.640.8800.32
HSL256.58º78.35%38.04%-
HSV(B)256.58º87.86%67.84%-
XYZ9.864.6139.91-
YUV50.89196.91136.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 173 (67.97% from 255) = 67.32%
R=24.51%
G=8.17%
B=67.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63211730.640.8800.32256.5878.3538.04
Hex3F15AD40580201014e26
Octal772525510013004040111646
Binary11111110101101011011000000101100001000001000000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F15AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F15AD; }

 p { color: rgb(63,21,173); }

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

<style>
 a { background-color: #3F15AD; }

 a { background-color: rgb(63,21,173); }

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

<style>
 span { border-color: #3F15AD; }

 span { border-color: rgb(63,21,173); }

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