#3F1ACC

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

Shades of Purple Heart #3F1ACC

Tints of Purple Heart #3F1ACC

Color information

#3F1ACC (or 0x3F1ACC) is unknown color: approx Purple Heart. HEX triplet: 3F, 1A and CC. RGB value is (63,26,204). Sum of RGB (Red+Green+Blue) = 63+26+204=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F1ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ACC is #C0E533. Grayscale: #383838. Windows color (decimal): -12641588 or 13376063. OLE color: 13376063.

HSL color Cylindrical-coordinate representation of color #3F1ACC: hue angle of 252.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1ACC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6326204-
CMYK0.690.8700.2
HSL252.47º77.39%45.1%-
HSV(B)252.47º87.25%80%-
XYZ13.326.1657.61-
YUV57.36210.76132.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 204 (80.08% from 255) = 69.62%
R=21.50%
G=8.87%
B=69.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63262040.690.8700.2252.4777.3945.1
Hex3F1ACC4557014fc4d2d
Octal773231410512702437411555
Binary111111110101100110010001011010111010100111111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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