Html Css Color HEX #6D3DDD Purple Heart

📋 copy color: '#6D3DDD'

red 109 ◦ green 61 ◦ blue 221

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

Shades of Purple Heart #6D3DDD

Tints of Purple Heart #6D3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

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

R = 27.88%
G = 15.6%
B = 56.52%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D3DDD (or 0x6D3DDD) is known color: Purple Heart. HEX triplet: 6D, 3D and DD. RGB value is (109,61,221). Sum of RGB (Red+Green+Blue) = 109+61+221=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D3DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DDD is #92C222. Grayscale: #5D5D5D. Windows color (decimal): -9617955 or 14499181. OLE color: 14499181.

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

Color convert

RGB 109 61 221 -
CMYK 0.51 0.72 0 0.13
HSL 258º 0.7% 0.55% -
HSV(B) 258º 0.72% 0.87% -
XYZ 21.03 11.81 69.58 -
YUV 93.59 199.9 138.99 -
System Red Green Blue C M Y K H S L
Decimal 109 61 221 0.51 0.72 0 0.13 258 0.7 0.55
Hex 6D 3D DD 33 48 0 D 102 46 37
Octal 155 75 335 63 110 0 15 402 106 67
Binary 1101101 111101 11011101 110011 1001000 0 1101 100000010 1000110 110111

Color Harmonies of #6D3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DDD

Black with #6D3DDD

Text Example


Text Example

White with #6D3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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