Html Css Color HEX #6D21DD Purple Heart

📋 copy color: '#6D21DD'

red 109 ◦ green 33 ◦ blue 221

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

Shades of Purple Heart #6D21DD

Tints of Purple Heart #6D21DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 30.03%
G = 9.09%
B = 60.88%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D21DD (or 0x6D21DD) is known color: Purple Heart. HEX triplet: 6D, 21 and DD. RGB value is (109,33,221). Sum of RGB (Red+Green+Blue) = 109+33+221=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D21DD is #92DE22. Grayscale: #4C4C4C. Windows color (decimal): -9625123 or 14492013. OLE color: 14492013.

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

Color convert

RGB 109 33 221 -
CMYK 0.51 0.85 0 0.13
HSL 264.26º 0.74% 0.5% -
HSV(B) 264.26º 0.85% 0.87% -
XYZ 19.9 9.56 69.2 -
YUV 77.16 209.18 150.71 -
System Red Green Blue C M Y K H S L
Decimal 109 33 221 0.51 0.85 0 0.13 264.26 0.74 0.5
Hex 6D 21 DD 33 55 0 D 108 4A 32
Octal 155 41 335 63 125 0 15 410 112 62
Binary 1101101 100001 11011101 110011 1010101 0 1101 100001000 1001010 110010

Color Harmonies of #6D21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D21DD

Black with #6D21DD

Text Example


Text Example

White with #6D21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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