#6013BC

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

Shades of Purple Heart #6013BC

Tints of Purple Heart #6013BC

Color information

#6013BC (or 0x6013BC) is unknown color: approx Purple Heart. HEX triplet: 60, 13 and BC. RGB value is (96,19,188). Sum of RGB (Red+Green+Blue) = 96+19+188=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #6013BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013BC is #9FEC43. Grayscale: #3C3C3C. Windows color (decimal): -10480708 or 12325728. OLE color: 12325728.

HSL color Cylindrical-coordinate representation of color #6013BC: hue angle of 267.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6013BC is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9619188-
CMYK0.490.9000.26
HSL267.34º81.64%40.59%-
HSV(B)267.34º89.89%73.73%-
XYZ14.136.5848.1-
YUV61.29199.51152.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 188 (73.83% from 255) = 62.05%
R=31.68%
G=6.27%
B=62.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96191880.490.9000.26267.3481.6440.59
Hex6013BC315A01A10b5229
Octal140232746113203241312251
Binary1100000100111011110011000110110100110101000010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6013BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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