#6821DA

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

Shades of Purple Heart #6821DA

Tints of Purple Heart #6821DA

Color information

#6821DA (or 0x6821DA) is unknown color: approx Purple Heart. HEX triplet: 68, 21 and DA. RGB value is (104,33,218). Sum of RGB (Red+Green+Blue) = 104+33+218=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #6821DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821DA is #97DE25. Grayscale: #4A4A4A. Windows color (decimal): -9952806 or 14295400. OLE color: 14295400.

HSL color Cylindrical-coordinate representation of color #6821DA: hue angle of 263.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6821DA is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10433218-
CMYK0.520.8500.15
HSL263.03º73.71%49.22%-
HSV(B)263.03º84.86%85.49%-
XYZ18.919.0967.09-
YUV75.32208.52148.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 33 (13.28% from 255) = 9.30%
BLUE value IS 218 (85.55% from 255) = 61.41%
R=29.30%
G=9.30%
B=61.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104332180.520.8500.15263.0373.7149.22
Hex6821DA34550F1074a31
Octal150413326412501740711261
Binary1101000100001110110101101001010101011111000001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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