Html Css Color HEX #6D10B6 Purple Heart

📋 copy color: '#6D10B6'

red 109 ◦ green 16 ◦ blue 182

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

Shades of Purple Heart #6D10B6

Tints of Purple Heart #6D10B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.28%

R = 35.5%
G = 5.21%
B = 59.28%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D10B6 (or 0x6D10B6) is known color: Purple Heart. HEX triplet: 6D, 10 and B6. RGB value is (109,16,182). Sum of RGB (Red+Green+Blue) = 109+16+182=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D10B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10B6 is #92EF49. Grayscale: #3E3E3E. Windows color (decimal): -9629514 or 11931757. OLE color: 11931757.

HSL color Cylindrical-coordinate representation of color #6D10B6: hue angle of 273.61º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D10B6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 16 182 -
CMYK 0.40 0.91 0 0.29
HSL 273.61º 0.84% 0.39% -
HSV(B) 273.61º 0.91% 0.71% -
XYZ 14.94 7 44.82 -
YUV 62.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 109 16 182 0.40 0.91 0 0.29 273.61 0.84 0.39
Hex 6D 10 B6 28 5B 0 1D 112 54 27
Octal 155 20 266 50 133 0 35 422 124 47
Binary 1101101 10000 10110110 101000 1011011 0 11101 100010010 1010100 100111

Color Harmonies of #6D10B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10B6

Black with #6D10B6

Text Example


Text Example

White with #6D10B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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