#5F12D5

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

Shades of Purple Heart #5F12D5

Tints of Purple Heart #5F12D5

Color information

#5F12D5 (or 0x5F12D5) is unknown color: approx Purple Heart. HEX triplet: 5F, 12 and D5. RGB value is (95,18,213). Sum of RGB (Red+Green+Blue) = 95+18+213=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F12D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F12D5 is #A0ED2A. Grayscale: #3E3E3E. Windows color (decimal): -10546475 or 13963871. OLE color: 13963871.

HSL color Cylindrical-coordinate representation of color #5F12D5: hue angle of 263.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F12D5 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9518213-
CMYK0.550.9200.16
HSL263.69º84.42%45.29%-
HSV(B)263.69º91.55%83.53%-
XYZ16.957.6763.54-
YUV63.25212.51150.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 213 (83.59% from 255) = 65.34%
R=29.14%
G=5.52%
B=65.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95182130.550.9200.16263.6984.4245.29
Hex5F12D5375C010108542d
Octal137223256713402041012455
Binary1011111100101101010111011110111000100001000010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F12D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,213); }

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

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

 a { background-color: rgb(95,18,213); }

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

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

 span { border-color: rgb(95,18,213); }

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