#5f18a7

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

Shades of Purple Heart #5F18A7

Tints of Purple Heart #5F18A7

Color information

#5F18A7 (or 0x5F18A7) is unknown color: approx Purple Heart. HEX triplet: 5F, 18 and A7. RGB value is (95,24,167). Sum of RGB (Red+Green+Blue) = 95+24+167=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 167 (65.62% from 255 or 58.39% from 286); Max value from RGB is 167 - color contains mainly: blue. Hex color #5F18A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F18A7 is #A0E758. Grayscale: #3D3D3D. Windows color (decimal): -10544985 or 10950751. OLE color: 10950751.

HSL color Cylindrical-coordinate representation of color #5F18A7: hue angle of 269.79º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F18A7 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9524167-
CMYK0.430.8600.35
HSL269.79º74.87%37.45%-
HSV(B)269.79º85.63%65.49%-
XYZ12.025.8837.06-
YUV61.53187.52151.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 167 (65.62% from 255) = 58.39%
R=33.22%
G=8.39%
B=58.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95241670.430.8600.35269.7974.8737.45
Hex5F18A72B5602310e4b25
Octal137302475312604341611345
Binary10111111100010100111101011101011001000111000011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f18a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,24,167); }

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

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

 a { background-color: rgb(95,24,167); }

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

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

 span { border-color: rgb(95,24,167); }

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