#5f2bbf

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

Shades of Purple Heart #5F2BBF

Tints of Purple Heart #5F2BBF

Color information

#5F2BBF (or 0x5F2BBF) is unknown color: approx Purple Heart. HEX triplet: 5F, 2B and BF. RGB value is (95,43,191). Sum of RGB (Red+Green+Blue) = 95+43+191=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F2BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BBF is #A0D440. Grayscale: #4A4A4A. Windows color (decimal): -10540097 or 12528479. OLE color: 12528479.

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

Color convert

RGB9543191-
CMYK0.500.7700.25
HSL261.08º63.25%45.88%-
HSV(B)261.08º77.49%74.9%-
XYZ14.997.9250.03-
YUV75.42193.23141.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 43 (17.19% from 255) = 13.07%
BLUE value IS 191 (75% from 255) = 58.05%
R=28.88%
G=13.07%
B=58.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95431910.500.7700.25261.0863.2545.88
Hex5F2BBF324D0191053f2e
Octal13753277621150314057756
Binary1011111101011101111111100101001101011001100000101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f2bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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