Html Css Color HEX #6D3CDC Purple Heart

📋 copy color: '#6D3CDC'

red 109 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #6D3CDC

Tints of Purple Heart #6D3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 28.02%
G = 15.42%
B = 56.56%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D3CDC (or 0x6D3CDC) is known color: Purple Heart. HEX triplet: 6D, 3C and DC. RGB value is (109,60,220). Sum of RGB (Red+Green+Blue) = 109+60+220=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CDC is #92C323. Grayscale: #5C5C5C. Windows color (decimal): -9618212 or 14433389. OLE color: 14433389.

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

Color convert

RGB 109 60 220 -
CMYK 0.50 0.73 0 0.14
HSL 258.38º 0.7% 0.55% -
HSV(B) 258.38º 0.73% 0.86% -
XYZ 20.84 11.65 68.86 -
YUV 92.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 109 60 220 0.50 0.73 0 0.14 258.38 0.7 0.55
Hex 6D 3C DC 32 49 0 E 102 46 37
Octal 155 74 334 62 111 0 16 402 106 67
Binary 1101101 111100 11011100 110010 1001001 0 1110 100000010 1000110 110111

Color Harmonies of #6D3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CDC

Black with #6D3CDC

Text Example


Text Example

White with #6D3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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