#3F17BB

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

Shades of Purple Heart #3F17BB

Tints of Purple Heart #3F17BB

Color information

#3F17BB (or 0x3F17BB) is unknown color: approx Purple Heart. HEX triplet: 3F, 17 and BB. RGB value is (63,23,187). Sum of RGB (Red+Green+Blue) = 63+23+187=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F17BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17BB is #C0E844. Grayscale: #353535. Windows color (decimal): -12642373 or 12261183. OLE color: 12261183.

HSL color Cylindrical-coordinate representation of color #3F17BB: hue angle of 254.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F17BB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6323187-
CMYK0.660.8800.27
HSL254.63º78.1%41.18%-
HSV(B)254.63º87.7%73.33%-
XYZ11.335.2647.43-
YUV53.66203.25134.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 187 (73.44% from 255) = 68.50%
R=23.08%
G=8.42%
B=68.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63231870.660.8800.27254.6378.141.18
Hex3F17BB425801Bff4e29
Octal772727310213003337711651
Binary111111101111011101110000101011000011011111111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F17BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,23,187); }

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

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

 a { background-color: rgb(63,23,187); }

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

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

 span { border-color: rgb(63,23,187); }

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