#5F03BF

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

Shades of Purple Heart #5F03BF

Tints of Purple Heart #5F03BF

Color information

#5F03BF (or 0x5F03BF) is unknown color: approx Purple Heart. HEX triplet: 5F, 03 and BF. RGB value is (95,3,191). Sum of RGB (Red+Green+Blue) = 95+3+191=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F03BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F03BF is #A0FC40. Grayscale: #333333. Windows color (decimal): -10550337 or 12518239. OLE color: 12518239.

HSL color Cylindrical-coordinate representation of color #5F03BF: hue angle of 269.36º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F03BF is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB953191-
CMYK0.500.9800.25
HSL269.36º96.91%38.04%-
HSV(B)269.36º98.43%74.9%-
XYZ14.166.2649.75-
YUV51.94206.48158.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.87%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 191 (75% from 255) = 66.09%
R=32.87%
G=1.04%
B=66.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9531910.500.9800.25269.3696.9138.04
Hex5F3BF326201910d6126
Octal13732776214203141514146
Binary1011111111011111111001011000100110011000011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F03BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F03BF; }

 p { color: rgb(95,3,191); }

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

<style>
 a { background-color: #5F03BF; }

 a { background-color: rgb(95,3,191); }

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

<style>
 span { border-color: #5F03BF; }

 span { border-color: rgb(95,3,191); }

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