#3F27BC

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

Shades of Purple Heart #3F27BC

Tints of Purple Heart #3F27BC

Color information

#3F27BC (or 0x3F27BC) is unknown color: approx Purple Heart. HEX triplet: 3F, 27 and BC. RGB value is (63,39,188). Sum of RGB (Red+Green+Blue) = 63+39+188=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F27BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F27BC is #C0D843. Grayscale: #3E3E3E. Windows color (decimal): -12638276 or 12330815. OLE color: 12330815.

HSL color Cylindrical-coordinate representation of color #3F27BC: hue angle of 249.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F27BC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6339188-
CMYK0.660.7900.26
HSL249.66º65.64%44.51%-
HSV(B)249.66º79.26%73.73%-
XYZ11.856.1448.14-
YUV63.16198.45127.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 188 (73.83% from 255) = 64.83%
R=21.72%
G=13.45%
B=64.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63391880.660.7900.26249.6665.6444.51
Hex3F27BC424F01Afa422d
Octal774727410211703237210255
Binary1111111001111011110010000101001111011010111110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F27BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,188); }

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

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

 a { background-color: rgb(63,39,188); }

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

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

 span { border-color: rgb(63,39,188); }

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