Html Css Color HEX #6D16AA Purple Heart

📋 copy color: '#6D16AA'

red 109 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #6D16AA

Tints of Purple Heart #6D16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

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

R = 36.21%
G = 7.31%
B = 56.48%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D16AA (or 0x6D16AA) is known color: Purple Heart. HEX triplet: 6D, 16 and AA. RGB value is (109,22,170). Sum of RGB (Red+Green+Blue) = 109+22+170=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D16AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D16AA is #92E955. Grayscale: #404040. Windows color (decimal): -9627990 or 11146861. OLE color: 11146861.

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

Color convert

RGB 109 22 170 -
CMYK 0.36 0.87 0 0.33
HSL 275.27º 0.77% 0.38% -
HSV(B) 275.27º 0.87% 0.67% -
XYZ 13.85 6.73 38.6 -
YUV 64.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 109 22 170 0.36 0.87 0 0.33 275.27 0.77 0.38
Hex 6D 16 AA 24 57 0 21 113 4D 26
Octal 155 26 252 44 127 0 41 423 115 46
Binary 1101101 10110 10101010 100100 1010111 0 100001 100010011 1001101 100110

Color Harmonies of #6D16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16AA

Black with #6D16AA

Text Example


Text Example

White with #6D16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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