Html Css Color HEX #6D3DDC Purple Heart

📋 copy color: '#6D3DDC'

red 109 ◦ green 61 ◦ blue 220

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

Shades of Purple Heart #6D3DDC

Tints of Purple Heart #6D3DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 27.95%
G = 15.64%
B = 56.41%

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

#6D3DDC (or 0x6D3DDC) is known color: Purple Heart. HEX triplet: 6D, 3D and DC. RGB value is (109,61,220). Sum of RGB (Red+Green+Blue) = 109+61+220=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D3DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DDC is #92C223. Grayscale: #5C5C5C. Windows color (decimal): -9617956 or 14433645. OLE color: 14433645.

HSL color Cylindrical-coordinate representation of color #6D3DDC: hue angle of 258.11º 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 #6D3DDC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 61 220 -
CMYK 0.50 0.72 0 0.14
HSL 258.11º 0.69% 0.55% -
HSV(B) 258.11º 0.72% 0.86% -
XYZ 20.89 11.76 68.88 -
YUV 93.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 109 61 220 0.50 0.72 0 0.14 258.11 0.69 0.55
Hex 6D 3D DC 32 48 0 E 102 45 37
Octal 155 75 334 62 110 0 16 402 105 67
Binary 1101101 111101 11011100 110010 1001000 0 1110 100000010 1000101 110111

Color Harmonies of #6D3DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DDC

Black with #6D3DDC

Text Example


Text Example

White with #6D3DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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