#6013B3

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

Shades of Purple Heart #6013B3

Tints of Purple Heart #6013B3

Color information

#6013B3 (or 0x6013B3) is unknown color: approx Purple Heart. HEX triplet: 60, 13 and B3. RGB value is (96,19,179). Sum of RGB (Red+Green+Blue) = 96+19+179=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #6013B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013B3 is #9FEC4C. Grayscale: #3B3B3B. Windows color (decimal): -10480717 or 11735904. OLE color: 11735904.

HSL color Cylindrical-coordinate representation of color #6013B3: hue angle of 268.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6013B3 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9619179-
CMYK0.460.8900.30
HSL268.88º80.81%38.82%-
HSV(B)268.88º89.39%70.2%-
XYZ13.196.2143.15-
YUV60.26195.01153.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 179 (70.31% from 255) = 60.88%
R=32.65%
G=6.46%
B=60.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96191790.460.8900.30268.8880.8138.82
Hex6013B32E5901E10d5127
Octal140232635613103641512147
Binary1100000100111011001110111010110010111101000011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6013B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6013B3; }

 p { color: rgb(96,19,179); }

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

<style>
 a { background-color: #6013B3; }

 a { background-color: rgb(96,19,179); }

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

<style>
 span { border-color: #6013B3; }

 span { border-color: rgb(96,19,179); }

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