Html Css Color HEX #6D13AD Purple Heart

📋 copy color: '#6D13AD'

red 109 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #6D13AD

Tints of Purple Heart #6D13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 36.21%
G = 6.31%
B = 57.48%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D13AD (or 0x6D13AD) is known color: Purple Heart. HEX triplet: 6D, 13 and AD. RGB value is (109,19,173). Sum of RGB (Red+Green+Blue) = 109+19+173=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D13AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D13AD is #92EC52. Grayscale: #3E3E3E. Windows color (decimal): -9628755 or 11342701. OLE color: 11342701.

HSL color Cylindrical-coordinate representation of color #6D13AD: hue angle of 275.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D13AD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 19 173 -
CMYK 0.37 0.89 0 0.32
HSL 275.06º 0.8% 0.38% -
HSV(B) 275.06º 0.89% 0.68% -
XYZ 14.08 6.73 40.09 -
YUV 63.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 109 19 173 0.37 0.89 0 0.32 275.06 0.8 0.38
Hex 6D 13 AD 25 59 0 20 113 50 26
Octal 155 23 255 45 131 0 40 423 120 46
Binary 1101101 10011 10101101 100101 1011001 0 100000 100010011 1010000 100110

Color Harmonies of #6D13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D13AD

Black with #6D13AD

Text Example


Text Example

White with #6D13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,173); }

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

background-color css

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

 a { background-color: rgb(109,19,173); }

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

border-color css

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

 span { border-color: rgb(109,19,173); }

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