#6010AD

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

Shades of Purple Heart #6010AD

Tints of Purple Heart #6010AD

Color information

#6010AD (or 0x6010AD) is unknown color: approx Purple Heart. HEX triplet: 60, 10 and AD. RGB value is (96,16,173). Sum of RGB (Red+Green+Blue) = 96+16+173=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6010AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6010AD is #9FEF52. Grayscale: #393939. Windows color (decimal): -10481491 or 11341920. OLE color: 11341920.

HSL color Cylindrical-coordinate representation of color #6010AD: hue angle of 270.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6010AD is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9616173-
CMYK0.450.9100.32
HSL270.57º83.07%37.06%-
HSV(B)270.57º90.75%67.84%-
XYZ12.555.8740.01-
YUV57.82193155.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=33.68%
G=5.61%
B=60.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96161730.450.9100.32270.5783.0737.06
Hex6010AD2D5B02010f5325
Octal140202555513304041712345
Binary11000001000010101101101101101101101000001000011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6010AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6010AD; }

 p { color: rgb(96,16,173); }

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

<style>
 a { background-color: #6010AD; }

 a { background-color: rgb(96,16,173); }

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

<style>
 span { border-color: #6010AD; }

 span { border-color: rgb(96,16,173); }

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