Html Css Color HEX #6820AA Purple Heart

📋 copy color: '#6820AA'

red 104 ◦ green 32 ◦ blue 170

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

Shades of Purple Heart #6820AA

Tints of Purple Heart #6820AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 33.99%
G = 10.46%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6820AA (or 0x6820AA) is known color: Purple Heart. HEX triplet: 68, 20 and AA. RGB value is (104,32,170). Sum of RGB (Red+Green+Blue) = 104+32+170=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6820AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820AA is #97DF55. Grayscale: #444444. Windows color (decimal): -9953110 or 11149416. OLE color: 11149416.

HSL color Cylindrical-coordinate representation of color #6820AA: hue angle of 271.3º degrees, saturation: 0.68, 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 #6820AA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 32 170 -
CMYK 0.39 0.81 0 0.33
HSL 271.3º 0.68% 0.4% -
HSV(B) 271.3º 0.81% 0.67% -
XYZ 13.48 6.88 38.65 -
YUV 69.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 104 32 170 0.39 0.81 0 0.33 271.3 0.68 0.4
Hex 68 20 AA 27 51 0 21 10F 44 28
Octal 150 40 252 47 121 0 41 417 104 50
Binary 1101000 100000 10101010 100111 1010001 0 100001 100001111 1000100 101000

Color Harmonies of #6820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820AA

Black with #6820AA

Text Example


Text Example

White with #6820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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