Html Css Color HEX #6D06AD Purple Heart

📋 copy color: '#6D06AD'

red 109 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #6D06AD

Tints of Purple Heart #6D06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 37.85%
G = 2.08%
B = 60.07%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D06AD (or 0x6D06AD) is known color: Purple Heart. HEX triplet: 6D, 06 and AD. RGB value is (109,6,173). Sum of RGB (Red+Green+Blue) = 109+6+173=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D06AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D06AD is #92F952. Grayscale: #373737. Windows color (decimal): -9632083 or 11339373. OLE color: 11339373.

HSL color Cylindrical-coordinate representation of color #6D06AD: hue angle of 277.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D06AD is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 6 173 -
CMYK 0.37 0.97 0 0.32
HSL 277.01º 0.93% 0.35% -
HSV(B) 277.01º 0.97% 0.68% -
XYZ 13.91 6.4 40.04 -
YUV 55.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 109 6 173 0.37 0.97 0 0.32 277.01 0.93 0.35
Hex 6D 6 AD 25 61 0 20 115 5D 23
Octal 155 6 255 45 141 0 40 425 135 43
Binary 1101101 110 10101101 100101 1100001 0 100000 100010101 1011101 100011

Color Harmonies of #6D06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D06AD

Black with #6D06AD

Text Example


Text Example

White with #6D06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,173); }

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

background-color css

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

 a { background-color: rgb(109,6,173); }

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

border-color css

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

 span { border-color: rgb(109,6,173); }

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