Html Css Color HEX #6820AD Purple Heart

📋 copy color: '#6820AD'

red 104 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #6820AD

Tints of Purple Heart #6820AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 33.66%
G = 10.36%
B = 55.99%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6820AD (or 0x6820AD) is known color: Purple Heart. HEX triplet: 68, 20 and AD. RGB value is (104,32,173). Sum of RGB (Red+Green+Blue) = 104+32+173=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #6820AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820AD is #97DF52. Grayscale: #454545. Windows color (decimal): -9953107 or 11346024. OLE color: 11346024.

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

Color convert

RGB 104 32 173 -
CMYK 0.40 0.82 0 0.32
HSL 270.64º 0.69% 0.4% -
HSV(B) 270.64º 0.82% 0.68% -
XYZ 13.77 6.99 40.16 -
YUV 69.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 104 32 173 0.40 0.82 0 0.32 270.64 0.69 0.4
Hex 68 20 AD 28 52 0 20 10F 45 28
Octal 150 40 255 50 122 0 40 417 105 50
Binary 1101000 100000 10101101 101000 1010010 0 100000 100001111 1000101 101000

Color Harmonies of #6820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820AD

Black with #6820AD

Text Example


Text Example

White with #6820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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