#6821AA

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

Shades of Purple Heart #6821AA

Tints of Purple Heart #6821AA

Color information

#6821AA (or 0x6821AA) is unknown color: approx Purple Heart. HEX triplet: 68, 21 and AA. RGB value is (104,33,170). Sum of RGB (Red+Green+Blue) = 104+33+170=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6821AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6821AA is #97DE55. Grayscale: #454545. Windows color (decimal): -9952854 or 11149672. OLE color: 11149672.

HSL color Cylindrical-coordinate representation of color #6821AA: hue angle of 271.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6821AA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10433170-
CMYK0.390.8100.33
HSL271.09º67.49%39.8%-
HSV(B)271.09º80.59%66.67%-
XYZ13.516.9338.66-
YUV69.85184.52152.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=33.88%
G=10.75%
B=55.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104331700.390.8100.33271.0967.4939.8
Hex6821AA275102110f4328
Octal150412524712104141710350
Binary110100010000110101010100111101000101000011000011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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