#3f17b5

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

Shades of Purple Heart #3F17B5

Tints of Purple Heart #3F17B5

Color information

#3F17B5 (or 0x3F17B5) is unknown color: approx Purple Heart. HEX triplet: 3F, 17 and B5. RGB value is (63,23,181). Sum of RGB (Red+Green+Blue) = 63+23+181=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F17B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17B5 is #C0E84A. Grayscale: #343434. Windows color (decimal): -12642379 or 11867967. OLE color: 11867967.

HSL color Cylindrical-coordinate representation of color #3F17B5: hue angle of 255.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F17B5 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6323181-
CMYK0.650.8700.29
HSL255.19º77.45%40%-
HSV(B)255.19º87.29%70.98%-
XYZ10.75.0144.12-
YUV52.97200.25135.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 23 (9.38% from 255) = 8.61%
BLUE value IS 181 (71.09% from 255) = 67.79%
R=23.60%
G=8.61%
B=67.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63231810.650.8700.29255.1977.4540
Hex3F17B5415701Dff4d28
Octal772726510112703537711550
Binary111111101111011010110000011010111011101111111111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f17b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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