#3F1AAE

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

Shades of Purple Heart #3F1AAE

Tints of Purple Heart #3F1AAE

Color information

#3F1AAE (or 0x3F1AAE) is unknown color: approx Purple Heart. HEX triplet: 3F, 1A and AE. RGB value is (63,26,174). Sum of RGB (Red+Green+Blue) = 63+26+174=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1AAE is #C0E551. Grayscale: #353535. Windows color (decimal): -12641618 or 11409983. OLE color: 11409983.

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

Color convert

RGB6326174-
CMYK0.640.8500.32
HSL255º74%39.22%-
HSV(B)255º85.06%68.24%-
XYZ10.064.8540.45-
YUV53.94195.76134.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 26 (10.55% from 255) = 9.89%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=23.95%
G=9.89%
B=66.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63261740.640.8500.322557439.22
Hex3F1AAE4055020ff4a27
Octal773225610012504037711247
Binary1111111101010101110100000010101010100000111111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,26,174); }

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

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

 a { background-color: rgb(63,26,174); }

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

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

 span { border-color: rgb(63,26,174); }

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