Html Css Color HEX #6D1DB7 Purple Heart

📋 copy color: '#6D1DB7'

red 109 ◦ green 29 ◦ blue 183

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

Shades of Purple Heart #6D1DB7

Tints of Purple Heart #6D1DB7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 183 (71.88% from 255) = 57.01%

R = 33.96%
G = 9.03%
B = 57.01%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6D1DB7 (or 0x6D1DB7) is known color: Purple Heart. HEX triplet: 6D, 1D and B7. RGB value is (109,29,183). Sum of RGB (Red+Green+Blue) = 109+29+183=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #6D1DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DB7 is #92E248. Grayscale: #454545. Windows color (decimal): -9626185 or 12000621. OLE color: 12000621.

HSL color Cylindrical-coordinate representation of color #6D1DB7: hue angle of 271.17º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1DB7 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 29 183 -
CMYK 0.40 0.84 0 0.28
HSL 271.17º 0.73% 0.42% -
HSV(B) 271.17º 0.84% 0.72% -
XYZ 15.29 7.55 45.45 -
YUV 70.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 109 29 183 0.40 0.84 0 0.28 271.17 0.73 0.42
Hex 6D 1D B7 28 54 0 1C 10F 49 2A
Octal 155 35 267 50 124 0 34 417 111 52
Binary 1101101 11101 10110111 101000 1010100 0 11100 100001111 1001001 101010

Color Harmonies of #6D1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DB7

Black with #6D1DB7

Text Example


Text Example

White with #6D1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,183); }

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

background-color css

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

 a { background-color: rgb(109,29,183); }

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

border-color css

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

 span { border-color: rgb(109,29,183); }

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