#6819b6

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

Shades of Purple Heart #6819B6

Tints of Purple Heart #6819B6

Color information

#6819B6 (or 0x6819B6) is unknown color: approx Purple Heart. HEX triplet: 68, 19 and B6. RGB value is (104,25,182). Sum of RGB (Red+Green+Blue) = 104+25+182=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #6819B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819B6 is #97E649. Grayscale: #414141. Windows color (decimal): -9954890 or 11934056. OLE color: 11934056.

HSL color Cylindrical-coordinate representation of color #6819B6: hue angle of 270.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6819B6 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10425182-
CMYK0.430.8600.29
HSL270.19º75.85%40.59%-
HSV(B)270.19º86.26%71.37%-
XYZ14.57.0244.85-
YUV66.52193.17154.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 182 (71.48% from 255) = 58.52%
R=33.44%
G=8.04%
B=58.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104251820.430.8600.29270.1975.8540.59
Hex6819B62B5601D10e4c29
Octal150312665312603541611451
Binary1101000110011011011010101110101100111011000011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6819b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6819b6; }

 p { color: rgb(104,25,182); }

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

<style>
 a { background-color: #6819b6; }

 a { background-color: rgb(104,25,182); }

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

<style>
 span { border-color: #6819b6; }

 span { border-color: rgb(104,25,182); }

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