#5F00BF

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

Shades of Purple Heart #5F00BF

Tints of Purple Heart #5F00BF

Color information

#5F00BF (or 0x5F00BF) is unknown color: approx Purple Heart. HEX triplet: 5F, 00 and BF. RGB value is (95,0,191). Sum of RGB (Red+Green+Blue) = 95+0+191=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00BF is #A0FF40. Grayscale: #313131. Windows color (decimal): -10551105 or 12517471. OLE color: 12517471.

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

Color convert

RGB950191-
CMYK0.50100.25
HSL269.84º100%37.45%-
HSV(B)269.84º100%74.9%-
XYZ14.126.1949.74-
YUV50.18207.47159.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 66.78%
R=33.22%
G=0%
B=66.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9501910.50100.25269.8410037.45
Hex5F0BF326401910e6425
Octal13702776214403141614445
Binary101111101011111111001011001000110011000011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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