Html Css Color HEX #6D3EDC Purple Heart

📋 copy color: '#6D3EDC'

red 109 ◦ green 62 ◦ blue 220

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

Shades of Purple Heart #6D3EDC

Tints of Purple Heart #6D3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 27.88%
G = 15.86%
B = 56.27%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D3EDC (or 0x6D3EDC) is known color: Purple Heart. HEX triplet: 6D, 3E and DC. RGB value is (109,62,220). Sum of RGB (Red+Green+Blue) = 109+62+220=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D3EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EDC is #92C123. Grayscale: #5D5D5D. Windows color (decimal): -9617700 or 14433901. OLE color: 14433901.

HSL color Cylindrical-coordinate representation of color #6D3EDC: hue angle of 257.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3EDC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 62 220 -
CMYK 0.50 0.72 0 0.14
HSL 257.85º 0.69% 0.55% -
HSV(B) 257.85º 0.72% 0.86% -
XYZ 20.95 11.86 68.9 -
YUV 94.07 199.07 138.65 -
System Red Green Blue C M Y K H S L
Decimal 109 62 220 0.50 0.72 0 0.14 257.85 0.69 0.55
Hex 6D 3E DC 32 48 0 E 102 45 37
Octal 155 76 334 62 110 0 16 402 105 67
Binary 1101101 111110 11011100 110010 1001000 0 1110 100000010 1000101 110111

Color Harmonies of #6D3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EDC

Black with #6D3EDC

Text Example


Text Example

White with #6D3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,220); }

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

background-color css

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

 a { background-color: rgb(109,62,220); }

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

border-color css

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

 span { border-color: rgb(109,62,220); }

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