Html Css Color HEX #6B20AD Purple Heart

📋 copy color: '#6B20AD'

red 107 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #6B20AD

Tints of Purple Heart #6B20AD

RGB

 RED value IS 107 (42.19% from 255) = 34.29%

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

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

R = 34.29%
G = 10.26%
B = 55.45%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B20AD (or 0x6B20AD) is known color: Purple Heart. HEX triplet: 6B, 20 and AD. RGB value is (107,32,173). Sum of RGB (Red+Green+Blue) = 107+32+173=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B20AD is #94DF52. Grayscale: #464646. Windows color (decimal): -9756499 or 11346027. OLE color: 11346027.

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

Color convert

RGB 107 32 173 -
CMYK 0.38 0.82 0 0.32
HSL 271.91º 0.69% 0.4% -
HSV(B) 271.91º 0.82% 0.68% -
XYZ 14.12 7.18 40.18 -
YUV 70.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 107 32 173 0.38 0.82 0 0.32 271.91 0.69 0.4
Hex 6B 20 AD 26 52 0 20 110 45 28
Octal 153 40 255 46 122 0 40 420 105 50
Binary 1101011 100000 10101101 100110 1010010 0 100000 100010000 1000101 101000

Color Harmonies of #6B20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B20AD

Black with #6B20AD

Text Example


Text Example

White with #6B20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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