Html Css Color HEX #6A11AC Purple Heart

📋 copy color: '#6A11AC'

red 106 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #6A11AC

Tints of Purple Heart #6A11AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 35.93%
G = 5.76%
B = 58.31%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A11AC (or 0x6A11AC) is known color: Purple Heart. HEX triplet: 6A, 11 and AC. RGB value is (106,17,172). Sum of RGB (Red+Green+Blue) = 106+17+172=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A11AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A11AC is #95EE53. Grayscale: #3C3C3C. Windows color (decimal): -9825876 or 11276650. OLE color: 11276650.

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

Color convert

RGB 106 17 172 -
CMYK 0.38 0.90 0 0.33
HSL 274.45º 0.82% 0.37% -
HSV(B) 274.45º 0.9% 0.67% -
XYZ 13.59 6.44 39.56 -
YUV 61.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 106 17 172 0.38 0.90 0 0.33 274.45 0.82 0.37
Hex 6A 11 AC 26 5A 0 21 112 52 25
Octal 152 21 254 46 132 0 41 422 122 45
Binary 1101010 10001 10101100 100110 1011010 0 100001 100010010 1010010 100101

Color Harmonies of #6A11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11AC

Black with #6A11AC

Text Example


Text Example

White with #6A11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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