Html Css Color HEX #6A20AD Purple Heart

📋 copy color: '#6A20AD'

red 106 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #6A20AD

Tints of Purple Heart #6A20AD

RGB

 RED value IS 106 (41.8% from 255) = 34.08%

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

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

R = 34.08%
G = 10.29%
B = 55.63%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A20AD (or 0x6A20AD) is known color: Purple Heart. HEX triplet: 6A, 20 and AD. RGB value is (106,32,173). Sum of RGB (Red+Green+Blue) = 106+32+173=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A20AD is #95DF52. Grayscale: #454545. Windows color (decimal): -9822035 or 11346026. OLE color: 11346026.

HSL color Cylindrical-coordinate representation of color #6A20AD: hue angle of 271.49º 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 #6A20AD is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 32 173 -
CMYK 0.39 0.82 0 0.32
HSL 271.49º 0.69% 0.4% -
HSV(B) 271.49º 0.82% 0.68% -
XYZ 14 7.11 40.17 -
YUV 70.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 106 32 173 0.39 0.82 0 0.32 271.49 0.69 0.4
Hex 6A 20 AD 27 52 0 20 10F 45 28
Octal 152 40 255 47 122 0 40 417 105 50
Binary 1101010 100000 10101101 100111 1010010 0 100000 100001111 1000101 101000

Color Harmonies of #6A20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A20AD

Black with #6A20AD

Text Example


Text Example

White with #6A20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A20AD; }

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

 H1.HeaderClassName
 {
   color: #6A20AD;
 }
 .AnyTagClassName
 {
   color: #6A20AD;
 }
</style>

background-color css

<style>
 a { background-color: #6A20AD; }

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

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

border-color css

<style>
 span { border-color: #6A20AD; }

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

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