Html Css Color HEX #6D10AD Purple Heart

📋 copy color: '#6D10AD'

red 109 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #6D10AD

Tints of Purple Heart #6D10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 36.58%
G = 5.37%
B = 58.05%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D10AD (or 0x6D10AD) is known color: Purple Heart. HEX triplet: 6D, 10 and AD. RGB value is (109,16,173). Sum of RGB (Red+Green+Blue) = 109+16+173=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D10AD is #92EF52. Grayscale: #3D3D3D. Windows color (decimal): -9629523 or 11341933. OLE color: 11341933.

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

Color convert

RGB 109 16 173 -
CMYK 0.37 0.91 0 0.32
HSL 275.54º 0.83% 0.37% -
HSV(B) 275.54º 0.91% 0.68% -
XYZ 14.03 6.64 40.08 -
YUV 61.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 109 16 173 0.37 0.91 0 0.32 275.54 0.83 0.37
Hex 6D 10 AD 25 5B 0 20 114 53 25
Octal 155 20 255 45 133 0 40 424 123 45
Binary 1101101 10000 10101101 100101 1011011 0 100000 100010100 1010011 100101

Color Harmonies of #6D10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10AD

Black with #6D10AD

Text Example


Text Example

White with #6D10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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