Html Css Color HEX #6D11AA Purple Heart

📋 copy color: '#6D11AA'

red 109 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #6D11AA

Tints of Purple Heart #6D11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 36.82%
G = 5.74%
B = 57.43%

CMYK

 C value IS 0.36

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D11AA (or 0x6D11AA) is known color: Purple Heart. HEX triplet: 6D, 11 and AA. RGB value is (109,17,170). Sum of RGB (Red+Green+Blue) = 109+17+170=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D11AA is #92EE55. Grayscale: #3D3D3D. Windows color (decimal): -9629270 or 11145581. OLE color: 11145581.

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

Color convert

RGB 109 17 170 -
CMYK 0.36 0.9 0 0.33
HSL 276.08º 0.82% 0.37% -
HSV(B) 276.08º 0.9% 0.67% -
XYZ 13.76 6.55 38.57 -
YUV 61.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 109 17 170 0.36 0.9 0 0.33 276.08 0.82 0.37
Hex 6D 11 AA 24 5A 0 21 114 52 25
Octal 155 21 252 44 132 0 41 424 122 45
Binary 1101101 10001 10101010 100100 1011010 0 100001 100010100 1010010 100101

Color Harmonies of #6D11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D11AA

Black with #6D11AA

Text Example


Text Example

White with #6D11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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