#6821BA

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

Shades of Purple Heart #6821BA

Tints of Purple Heart #6821BA

Color information

#6821BA (or 0x6821BA) is unknown color: approx Purple Heart. HEX triplet: 68, 21 and BA. RGB value is (104,33,186). Sum of RGB (Red+Green+Blue) = 104+33+186=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6821BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821BA is #97DE45. Grayscale: #474747. Windows color (decimal): -9952838 or 12198248. OLE color: 12198248.

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

Color convert

RGB10433186-
CMYK0.440.8200.27
HSL267.84º69.86%42.94%-
HSV(B)267.84º82.26%72.94%-
XYZ15.127.5847.12-
YUV71.67192.52151.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=32.20%
G=10.22%
B=57.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104331860.440.8200.27267.8469.8642.94
Hex6821BA2C5201B10c462b
Octal150412725412203341410653
Binary11010001000011011101010110010100100110111000011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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