#5F1CDA

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

Shades of Purple Heart #5F1CDA

Tints of Purple Heart #5F1CDA

Color information

#5F1CDA (or 0x5F1CDA) is unknown color: approx Purple Heart. HEX triplet: 5F, 1C and DA. RGB value is (95,28,218). Sum of RGB (Red+Green+Blue) = 95+28+218=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F1CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1CDA is #A0E325. Grayscale: #454545. Windows color (decimal): -10543910 or 14294111. OLE color: 14294111.

HSL color Cylindrical-coordinate representation of color #5F1CDA: hue angle of 261.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1CDA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9528218-
CMYK0.560.8700.15
HSL261.16º77.24%48.24%-
HSV(B)261.16º87.16%85.49%-
XYZ17.798.3367-
YUV69.69211.7146.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 218 (85.55% from 255) = 63.93%
R=27.86%
G=8.21%
B=63.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95282180.560.8700.15261.1677.2448.24
Hex5F1CDA38570F1054d30
Octal137343327012701740511560
Binary101111111100110110101110001010111011111000001011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,28,218); }

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

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

 a { background-color: rgb(95,28,218); }

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

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

 span { border-color: rgb(95,28,218); }

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