#5F2ABE

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

Shades of Purple Heart #5F2ABE

Tints of Purple Heart #5F2ABE

Color information

#5F2ABE (or 0x5F2ABE) is unknown color: approx Purple Heart. HEX triplet: 5F, 2A and BE. RGB value is (95,42,190). Sum of RGB (Red+Green+Blue) = 95+42+190=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F2ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2ABE is #A0D541. Grayscale: #4A4A4A. Windows color (decimal): -10540354 or 12462687. OLE color: 12462687.

HSL color Cylindrical-coordinate representation of color #5F2ABE: hue angle of 261.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F2ABE is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9542190-
CMYK0.50.7800.25
HSL261.49º63.79%45.49%-
HSV(B)261.49º77.89%74.51%-
XYZ14.847.8149.44-
YUV74.72193.06142.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=29.05%
G=12.84%
B=58.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95421900.50.7800.25261.4963.7945.49
Hex5F2ABE324E019105402d
Octal137522766211603140510055
Binary10111111010101011111011001010011100110011000001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,42,190); }

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

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

 a { background-color: rgb(95,42,190); }

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

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

 span { border-color: rgb(95,42,190); }

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