Html Css Color HEX #6D21DC Purple Heart

📋 copy color: '#6D21DC'

red 109 ◦ green 33 ◦ blue 220

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

Shades of Purple Heart #6D21DC

Tints of Purple Heart #6D21DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 30.11%
G = 9.12%
B = 60.77%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D21DC (or 0x6D21DC) is known color: Purple Heart. HEX triplet: 6D, 21 and DC. RGB value is (109,33,220). Sum of RGB (Red+Green+Blue) = 109+33+220=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D21DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D21DC is #92DE23. Grayscale: #4C4C4C. Windows color (decimal): -9625124 or 14426477. OLE color: 14426477.

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

Color convert

RGB 109 33 220 -
CMYK 0.50 0.85 0 0.14
HSL 264.39º 0.74% 0.5% -
HSV(B) 264.39º 0.85% 0.86% -
XYZ 19.77 9.51 68.5 -
YUV 77.04 208.68 150.79 -
System Red Green Blue C M Y K H S L
Decimal 109 33 220 0.50 0.85 0 0.14 264.39 0.74 0.5
Hex 6D 21 DC 32 55 0 E 108 4A 32
Octal 155 41 334 62 125 0 16 410 112 62
Binary 1101101 100001 11011100 110010 1010101 0 1110 100001000 1001010 110010

Color Harmonies of #6D21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D21DC

Black with #6D21DC

Text Example


Text Example

White with #6D21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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