Html Css Color HEX #6D28DD Purple Heart

📋 copy color: '#6D28DD'

red 109 ◦ green 40 ◦ blue 221

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

Shades of Purple Heart #6D28DD

Tints of Purple Heart #6D28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.81%

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

R = 29.46%
G = 10.81%
B = 59.73%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D28DD (or 0x6D28DD) is known color: Purple Heart. HEX triplet: 6D, 28 and DD. RGB value is (109,40,221). Sum of RGB (Red+Green+Blue) = 109+40+221=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D28DD is #92D722. Grayscale: #505050. Windows color (decimal): -9623331 or 14493805. OLE color: 14493805.

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

Color convert

RGB 109 40 221 -
CMYK 0.51 0.82 0 0.13
HSL 262.87º 0.73% 0.51% -
HSV(B) 262.87º 0.82% 0.87% -
XYZ 20.12 9.99 69.27 -
YUV 81.27 206.86 147.78 -
System Red Green Blue C M Y K H S L
Decimal 109 40 221 0.51 0.82 0 0.13 262.87 0.73 0.51
Hex 6D 28 DD 33 52 0 D 107 49 33
Octal 155 50 335 63 122 0 15 407 111 63
Binary 1101101 101000 11011101 110011 1010010 0 1101 100000111 1001001 110011

Color Harmonies of #6D28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D28DD

Black with #6D28DD

Text Example


Text Example

White with #6D28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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