#6018A5

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

Shades of Purple Heart #6018A5

Tints of Purple Heart #6018A5

Color information

#6018A5 (or 0x6018A5) is unknown color: approx Purple Heart. HEX triplet: 60, 18 and A5. RGB value is (96,24,165). Sum of RGB (Red+Green+Blue) = 96+24+165=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 165 (64.84% from 255 or 57.89% from 285); Max value from RGB is 165 - color contains mainly: blue. Hex color #6018A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6018A5 is #9FE75A. Grayscale: #3D3D3D. Windows color (decimal): -10479451 or 10819680. OLE color: 10819680.

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

Color convert

RGB9624165-
CMYK0.420.8500.35
HSL270.64º74.6%37.06%-
HSV(B)270.64º85.45%64.71%-
XYZ11.945.8636.1-
YUV61.6186.35152.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 165 (64.84% from 255) = 57.89%
R=33.68%
G=8.42%
B=57.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96241650.420.8500.35270.6474.637.06
Hex6018A52A5502310f4b25
Octal140302455212504341711345
Binary11000001100010100101101010101010101000111000011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6018A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6018A5; }

 p { color: rgb(96,24,165); }

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

<style>
 a { background-color: #6018A5; }

 a { background-color: rgb(96,24,165); }

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

<style>
 span { border-color: #6018A5; }

 span { border-color: rgb(96,24,165); }

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