Html Css Color HEX #6820AB Purple Heart

📋 copy color: '#6820AB'

red 104 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #6820AB

Tints of Purple Heart #6820AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 33.88%
G = 10.42%
B = 55.7%

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

#6820AB (or 0x6820AB) is known color: Purple Heart. HEX triplet: 68, 20 and AB. RGB value is (104,32,171). Sum of RGB (Red+Green+Blue) = 104+32+171=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6820AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820AB is #97DF54. Grayscale: #444444. Windows color (decimal): -9953109 or 11214952. OLE color: 11214952.

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

Color convert

RGB 104 32 171 -
CMYK 0.39 0.81 0 0.33
HSL 271.08º 0.68% 0.4% -
HSV(B) 271.08º 0.81% 0.67% -
XYZ 13.58 6.92 39.15 -
YUV 69.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 104 32 171 0.39 0.81 0 0.33 271.08 0.68 0.4
Hex 68 20 AB 27 51 0 21 10F 44 28
Octal 150 40 253 47 121 0 41 417 104 50
Binary 1101000 100000 10101011 100111 1010001 0 100001 100001111 1000100 101000

Color Harmonies of #6820AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820AB

Black with #6820AB

Text Example


Text Example

White with #6820AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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