#6010AB

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

Shades of Purple Heart #6010AB

Tints of Purple Heart #6010AB

Color information

#6010AB (or 0x6010AB) is unknown color: approx Purple Heart. HEX triplet: 60, 10 and AB. RGB value is (96,16,171). Sum of RGB (Red+Green+Blue) = 96+16+171=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #6010AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6010AB is #9FEF54. Grayscale: #393939. Windows color (decimal): -10481493 or 11210848. OLE color: 11210848.

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

Color convert

RGB9616171-
CMYK0.440.9100.33
HSL270.97º82.89%36.67%-
HSV(B)270.97º90.64%67.06%-
XYZ12.365.839-
YUV57.59192155.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=33.92%
G=5.65%
B=60.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96161710.440.9100.33270.9782.8936.67
Hex6010AB2C5B02110f5325
Octal140202535413304141712345
Binary11000001000010101011101100101101101000011000011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6010AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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