Html Css Color HEX #6D10A5 Purple Heart

📋 copy color: '#6D10A5'

red 109 ◦ green 16 ◦ blue 165

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

Shades of Purple Heart #6D10A5

Tints of Purple Heart #6D10A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.9%

R = 37.59%
G = 5.52%
B = 56.9%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D10A5 (or 0x6D10A5) is known color: Purple Heart. HEX triplet: 6D, 10 and A5. RGB value is (109,16,165). Sum of RGB (Red+Green+Blue) = 109+16+165=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D10A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D10A5 is #92EF5A. Grayscale: #3C3C3C. Windows color (decimal): -9629531 or 10817645. OLE color: 10817645.

HSL color Cylindrical-coordinate representation of color #6D10A5: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D10A5 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 16 165 -
CMYK 0.34 0.90 0 0.35
HSL 277.45º 0.82% 0.35% -
HSV(B) 277.45º 0.9% 0.65% -
XYZ 13.28 6.34 36.12 -
YUV 60.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 109 16 165 0.34 0.90 0 0.35 277.45 0.82 0.35
Hex 6D 10 A5 22 5A 0 23 115 52 23
Octal 155 20 245 42 132 0 43 425 122 43
Binary 1101101 10000 10100101 100010 1011010 0 100011 100010101 1010010 100011

Color Harmonies of #6D10A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10A5

Black with #6D10A5

Text Example


Text Example

White with #6D10A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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