#6802BA

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

Shades of Purple Heart #6802BA

Tints of Purple Heart #6802BA

Color information

#6802BA (or 0x6802BA) is unknown color: approx Purple Heart. HEX triplet: 68, 02 and BA. RGB value is (104,2,186). Sum of RGB (Red+Green+Blue) = 104+2+186=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6802BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802BA is #97FD45. Grayscale: #343434. Windows color (decimal): -9960774 or 12190312. OLE color: 12190312.

HSL color Cylindrical-coordinate representation of color #6802BA: hue angle of 273.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802BA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1042186-
CMYK0.440.9900.27
HSL273.26º97.87%36.86%-
HSV(B)273.26º98.92%72.94%-
XYZ14.596.5346.95-
YUV53.47202.79164.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 186 (73.05% from 255) = 63.70%
R=35.62%
G=0.68%
B=63.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10421860.440.9900.27273.2697.8736.86
Hex682BA2C6301B1116225
Octal15022725414303342114245
Binary1101000101011101010110011000110110111000100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6802BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6802BA; }

 p { color: rgb(104,2,186); }

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

<style>
 a { background-color: #6802BA; }

 a { background-color: rgb(104,2,186); }

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

<style>
 span { border-color: #6802BA; }

 span { border-color: rgb(104,2,186); }

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