Html Css Color HEX #6D1EB9 Purple Heart

📋 copy color: '#6D1EB9'

red 109 ◦ green 30 ◦ blue 185

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

Shades of Purple Heart #6D1EB9

Tints of Purple Heart #6D1EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

 BLUE value IS 185 (72.66% from 255) = 57.1%

R = 33.64%
G = 9.26%
B = 57.1%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D1EB9 (or 0x6D1EB9) is known color: Purple Heart. HEX triplet: 6D, 1E and B9. RGB value is (109,30,185). Sum of RGB (Red+Green+Blue) = 109+30+185=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D1EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1EB9 is #92E146. Grayscale: #464646. Windows color (decimal): -9625927 or 12131949. OLE color: 12131949.

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

Color convert

RGB 109 30 185 -
CMYK 0.41 0.84 0 0.27
HSL 270.58º 0.72% 0.42% -
HSV(B) 270.58º 0.84% 0.73% -
XYZ 15.53 7.68 46.56 -
YUV 71.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 109 30 185 0.41 0.84 0 0.27 270.58 0.72 0.42
Hex 6D 1E B9 29 54 0 1B 10F 48 2A
Octal 155 36 271 51 124 0 33 417 110 52
Binary 1101101 11110 10111001 101001 1010100 0 11011 100001111 1001000 101010

Color Harmonies of #6D1EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EB9

Black with #6D1EB9

Text Example


Text Example

White with #6D1EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,185); }

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

background-color css

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

 a { background-color: rgb(109,30,185); }

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

border-color css

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

 span { border-color: rgb(109,30,185); }

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