Html Css Color HEX #6D20AB Purple Heart

📋 copy color: '#6D20AB'

red 109 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #6D20AB

Tints of Purple Heart #6D20AB

RGB

 RED value IS 109 (42.97% from 255) = 34.94%

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

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

R = 34.94%
G = 10.26%
B = 54.81%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D20AB (or 0x6D20AB) is known color: Purple Heart. HEX triplet: 6D, 20 and AB. RGB value is (109,32,171). Sum of RGB (Red+Green+Blue) = 109+32+171=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D20AB is #92DF54. Grayscale: #464646. Windows color (decimal): -9625429 or 11214957. OLE color: 11214957.

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

Color convert

RGB 109 32 171 -
CMYK 0.36 0.81 0 0.33
HSL 273.24º 0.68% 0.4% -
HSV(B) 273.24º 0.81% 0.67% -
XYZ 14.17 7.22 39.18 -
YUV 70.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 109 32 171 0.36 0.81 0 0.33 273.24 0.68 0.4
Hex 6D 20 AB 24 51 0 21 111 44 28
Octal 155 40 253 44 121 0 41 421 104 50
Binary 1101101 100000 10101011 100100 1010001 0 100001 100010001 1000100 101000

Color Harmonies of #6D20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D20AB

Black with #6D20AB

Text Example


Text Example

White with #6D20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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