Html Css Color HEX #6D0AAC Purple Heart

📋 copy color: '#6D0AAC'

red 109 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #6D0AAC

Tints of Purple Heart #6D0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

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

R = 37.46%
G = 3.44%
B = 59.11%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D0AAC (or 0x6D0AAC) is known color: Purple Heart. HEX triplet: 6D, 0A and AC. RGB value is (109,10,172). Sum of RGB (Red+Green+Blue) = 109+10+172=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0AAC is #92F553. Grayscale: #393939. Windows color (decimal): -9631060 or 11274861. OLE color: 11274861.

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

Color convert

RGB 109 10 172 -
CMYK 0.37 0.94 0 0.33
HSL 276.67º 0.89% 0.36% -
HSV(B) 276.67º 0.94% 0.67% -
XYZ 13.86 6.45 39.54 -
YUV 58.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 109 10 172 0.37 0.94 0 0.33 276.67 0.89 0.36
Hex 6D A AC 25 5E 0 21 115 59 24
Octal 155 12 254 45 136 0 41 425 131 44
Binary 1101101 1010 10101100 100101 1011110 0 100001 100010101 1011001 100100

Color Harmonies of #6D0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0AAC

Black with #6D0AAC

Text Example


Text Example

White with #6D0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,172); }

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

background-color css

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

 a { background-color: rgb(109,10,172); }

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

border-color css

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

 span { border-color: rgb(109,10,172); }

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