#6A14DB

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

Shades of Purple Heart #6A14DB

Tints of Purple Heart #6A14DB

Color information

#6A14DB (or 0x6A14DB) is unknown color: approx Purple Heart. HEX triplet: 6A, 14 and DB. RGB value is (106,20,219). Sum of RGB (Red+Green+Blue) = 106+20+219=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A14DB is #95EB24. Grayscale: #434343. Windows color (decimal): -9825061 or 14357610. OLE color: 14357610.

HSL color Cylindrical-coordinate representation of color #6A14DB: hue angle of 265.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A14DB is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10620219-
CMYK0.520.9100.14
HSL265.93º83.26%46.86%-
HSV(B)265.93º90.87%85.88%-
XYZ18.988.6867.69-
YUV68.4212.99154.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 219 (85.94% from 255) = 63.48%
R=30.72%
G=5.80%
B=63.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106202190.520.9100.14265.9383.2646.86
Hex6A14DB345B0E10a532f
Octal152243336413301641212357
Binary110101010100110110111101001011011011101000010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A14DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,219); }

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

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

 a { background-color: rgb(106,20,219); }

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

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

 span { border-color: rgb(106,20,219); }

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