Html Css Color HEX #6D00AD Purple Heart

📋 copy color: '#6D00AD'

red 109 ◦ green 0 ◦ blue 173

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

Shades of Purple Heart #6D00AD

Tints of Purple Heart #6D00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.65%
G = 0%
B = 61.35%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D00AD (or 0x6D00AD) is known color: Purple Heart. HEX triplet: 6D, 00 and AD. RGB value is (109,0,173). Sum of RGB (Red+Green+Blue) = 109+0+173=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D00AD is #92FF52. Grayscale: #333333. Windows color (decimal): -9633619 or 11337837. OLE color: 11337837.

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

Color convert

RGB 109 0 173 -
CMYK 0.37 1 0 0.32
HSL 277.8º 1% 0.34% -
HSV(B) 277.8º 1% 0.68% -
XYZ 13.85 6.27 40.02 -
YUV 52.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 109 0 173 0.37 1 0 0.32 277.8 1 0.34
Hex 6D 0 AD 25 64 0 20 116 64 22
Octal 155 0 255 45 144 0 40 426 144 42
Binary 1101101 0 10101101 100101 1100100 0 100000 100010110 1100100 100010

Color Harmonies of #6D00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00AD

Black with #6D00AD

Text Example


Text Example

White with #6D00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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