#6B19DC

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

Shades of Purple Heart #6B19DC

Tints of Purple Heart #6B19DC

Color information

#6B19DC (or 0x6B19DC) is unknown color: approx Purple Heart. HEX triplet: 6B, 19 and DC. RGB value is (107,25,220). Sum of RGB (Red+Green+Blue) = 107+25+220=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B19DC is #94E623. Grayscale: #474747. Windows color (decimal): -9758244 or 14424427. OLE color: 14424427.

HSL color Cylindrical-coordinate representation of color #6B19DC: hue angle of 265.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B19DC is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10725220-
CMYK0.510.8900.14
HSL265.23º79.59%48.04%-
HSV(B)265.23º88.64%86.27%-
XYZ19.338.9968.43-
YUV71.75211.67153.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.40%
GREEN value IS 25 (10.16% from 255) = 7.10%
BLUE value IS 220 (86.33% from 255) = 62.5%
R=30.40%
G=7.10%
B=62.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107252200.510.8900.14265.2379.5948.04
Hex6B19DC33590E1095030
Octal153313346313101641112060
Binary110101111001110111001100111011001011101000010011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B19DC; }

 p { color: rgb(107,25,220); }

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

<style>
 a { background-color: #6B19DC; }

 a { background-color: rgb(107,25,220); }

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

<style>
 span { border-color: #6B19DC; }

 span { border-color: rgb(107,25,220); }

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