Html Css Color HEX #6D1DAA Purple Heart

📋 copy color: '#6D1DAA'

red 109 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #6D1DAA

Tints of Purple Heart #6D1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 35.39%
G = 9.42%
B = 55.19%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1DAA (or 0x6D1DAA) is known color: Purple Heart. HEX triplet: 6D, 1D and AA. RGB value is (109,29,170). Sum of RGB (Red+Green+Blue) = 109+29+170=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D1DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1DAA is #92E255. Grayscale: #444444. Windows color (decimal): -9626198 or 11148653. OLE color: 11148653.

HSL color Cylindrical-coordinate representation of color #6D1DAA: hue angle of 274.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1DAA is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 29 170 -
CMYK 0.36 0.83 0 0.33
HSL 274.04º 0.71% 0.39% -
HSV(B) 274.04º 0.83% 0.67% -
XYZ 14 7.03 38.65 -
YUV 68.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 109 29 170 0.36 0.83 0 0.33 274.04 0.71 0.39
Hex 6D 1D AA 24 53 0 21 112 47 27
Octal 155 35 252 44 123 0 41 422 107 47
Binary 1101101 11101 10101010 100100 1010011 0 100001 100010010 1000111 100111

Color Harmonies of #6D1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DAA

Black with #6D1DAA

Text Example


Text Example

White with #6D1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,170); }

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

background-color css

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

 a { background-color: rgb(109,29,170); }

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

border-color css

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

 span { border-color: rgb(109,29,170); }

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