Html Css Color HEX #6D24DD Purple Heart

📋 copy color: '#6D24DD'

red 109 ◦ green 36 ◦ blue 221

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

Shades of Purple Heart #6D24DD

Tints of Purple Heart #6D24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.84%

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

R = 29.78%
G = 9.84%
B = 60.38%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D24DD (or 0x6D24DD) is known color: Purple Heart. HEX triplet: 6D, 24 and DD. RGB value is (109,36,221). Sum of RGB (Red+Green+Blue) = 109+36+221=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D24DD is #92DB22. Grayscale: #4E4E4E. Windows color (decimal): -9624355 or 14492781. OLE color: 14492781.

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

Color convert

RGB 109 36 221 -
CMYK 0.51 0.84 0 0.13
HSL 263.68º 0.73% 0.5% -
HSV(B) 263.68º 0.84% 0.87% -
XYZ 19.99 9.73 69.23 -
YUV 78.92 208.18 149.46 -
System Red Green Blue C M Y K H S L
Decimal 109 36 221 0.51 0.84 0 0.13 263.68 0.73 0.5
Hex 6D 24 DD 33 54 0 D 108 49 32
Octal 155 44 335 63 124 0 15 410 111 62
Binary 1101101 100100 11011101 110011 1010100 0 1101 100001000 1001001 110010

Color Harmonies of #6D24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D24DD

Black with #6D24DD

Text Example


Text Example

White with #6D24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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