Html Css Color HEX #6821AD Purple Heart

📋 copy color: '#6821AD'

red 104 ◦ green 33 ◦ blue 173

#6821AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6821AD

Tints of Purple Heart #6821AD

RGB

 RED value IS 104 (41.02% from 255) = 33.55%

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 33.55%
G = 10.65%
B = 55.81%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6821AD (or 0x6821AD) is known color: Purple Heart. HEX triplet: 68, 21 and AD. RGB value is (104,33,173). Sum of RGB (Red+Green+Blue) = 104+33+173=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6821AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6821AD is #97DE52. Grayscale: #454545. Windows color (decimal): -9952851 or 11346280. OLE color: 11346280.

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

Color convert

RGB 104 33 173 -
CMYK 0.40 0.81 0 0.32
HSL 270.43º 0.68% 0.4% -
HSV(B) 270.43º 0.81% 0.68% -
XYZ 13.8 7.05 40.17 -
YUV 70.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 104 33 173 0.40 0.81 0 0.32 270.43 0.68 0.4
Hex 68 21 AD 28 51 0 20 10E 44 28
Octal 150 41 255 50 121 0 40 416 104 50
Binary 1101000 100001 10101101 101000 1010001 0 100000 100001110 1000100 101000

Color Harmonies of #6821AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821AD

Black with #6821AD

Text Example


Text Example

White with #6821AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6821AD;
 }
 .AnyTagClassName
 {
   color: #6821AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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