Html Css Color HEX #6D34DD Purple Heart

📋 copy color: '#6D34DD'

red 109 ◦ green 52 ◦ blue 221

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

Shades of Purple Heart #6D34DD

Tints of Purple Heart #6D34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 28.53%
G = 13.61%
B = 57.85%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D34DD (or 0x6D34DD) is known color: Purple Heart. HEX triplet: 6D, 34 and DD. RGB value is (109,52,221). Sum of RGB (Red+Green+Blue) = 109+52+221=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D34DD is #92CB22. Grayscale: #575757. Windows color (decimal): -9620259 or 14496877. OLE color: 14496877.

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

Color convert

RGB 109 52 221 -
CMYK 0.51 0.76 0 0.13
HSL 260.24º 0.71% 0.54% -
HSV(B) 260.24º 0.76% 0.87% -
XYZ 20.59 10.93 69.43 -
YUV 88.31 202.88 142.76 -
System Red Green Blue C M Y K H S L
Decimal 109 52 221 0.51 0.76 0 0.13 260.24 0.71 0.54
Hex 6D 34 DD 33 4C 0 D 104 47 36
Octal 155 64 335 63 114 0 15 404 107 66
Binary 1101101 110100 11011101 110011 1001100 0 1101 100000100 1000111 110110

Color Harmonies of #6D34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D34DD

Black with #6D34DD

Text Example


Text Example

White with #6D34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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