#6016B4

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

Shades of Purple Heart #6016B4

Tints of Purple Heart #6016B4

Color information

#6016B4 (or 0x6016B4) is unknown color: approx Purple Heart. HEX triplet: 60, 16 and B4. RGB value is (96,22,180). Sum of RGB (Red+Green+Blue) = 96+22+180=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #6016B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016B4 is #9FE94B. Grayscale: #3D3D3D. Windows color (decimal): -10479948 or 11802208. OLE color: 11802208.

HSL color Cylindrical-coordinate representation of color #6016B4: hue angle of 268.1º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6016B4 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9622180-
CMYK0.470.8800.29
HSL268.1º78.22%39.61%-
HSV(B)268.1º87.78%70.59%-
XYZ13.356.3643.7-
YUV62.14194.52152.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 22 (8.98% from 255) = 7.38%
BLUE value IS 180 (70.70% from 255) = 60.40%
R=32.21%
G=7.38%
B=60.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96221800.470.8800.29268.178.2239.61
Hex6016B42F5801D10c4e28
Octal140262645713003541411650
Binary1100000101101011010010111110110000111011000011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6016B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6016B4; }

 p { color: rgb(96,22,180); }

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

<style>
 a { background-color: #6016B4; }

 a { background-color: rgb(96,22,180); }

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

<style>
 span { border-color: #6016B4; }

 span { border-color: rgb(96,22,180); }

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