Html Css Color HEX #6A11AA Purple Heart

📋 copy color: '#6A11AA'

red 106 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #6A11AA

Tints of Purple Heart #6A11AA

RGB

 RED value IS 106 (41.8% from 255) = 36.18%

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

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

R = 36.18%
G = 5.8%
B = 58.02%

CMYK

 C value IS 0.38

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A11AA (or 0x6A11AA) is known color: Purple Heart. HEX triplet: 6A, 11 and AA. RGB value is (106,17,170). Sum of RGB (Red+Green+Blue) = 106+17+170=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A11AA is #95EE55. Grayscale: #3C3C3C. Windows color (decimal): -9825878 or 11145578. OLE color: 11145578.

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

Color convert

RGB 106 17 170 -
CMYK 0.38 0.9 0 0.33
HSL 274.9º 0.82% 0.37% -
HSV(B) 274.9º 0.9% 0.67% -
XYZ 13.4 6.37 38.55 -
YUV 61.05 189.49 160.06 -
System Red Green Blue C M Y K H S L
Decimal 106 17 170 0.38 0.9 0 0.33 274.9 0.82 0.37
Hex 6A 11 AA 26 5A 0 21 113 52 25
Octal 152 21 252 46 132 0 41 423 122 45
Binary 1101010 10001 10101010 100110 1011010 0 100001 100010011 1010010 100101

Color Harmonies of #6A11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11AA

Black with #6A11AA

Text Example


Text Example

White with #6A11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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