Html Css Color HEX #6D2CDE Purple Heart

📋 copy color: '#6D2CDE'

red 109 ◦ green 44 ◦ blue 222

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

Shades of Purple Heart #6D2CDE

Tints of Purple Heart #6D2CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.73%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 29.07%
G = 11.73%
B = 59.2%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D2CDE (or 0x6D2CDE) is known color: Purple Heart. HEX triplet: 6D, 2C and DE. RGB value is (109,44,222). Sum of RGB (Red+Green+Blue) = 109+44+222=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CDE is #92D321. Grayscale: #535353. Windows color (decimal): -9622306 or 14560365. OLE color: 14560365.

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

Color convert

RGB 109 44 222 -
CMYK 0.51 0.80 0 0.13
HSL 261.91º 0.73% 0.52% -
HSV(B) 261.91º 0.8% 0.87% -
XYZ 20.39 10.33 70.03 -
YUV 83.73 206.03 146.03 -
System Red Green Blue C M Y K H S L
Decimal 109 44 222 0.51 0.80 0 0.13 261.91 0.73 0.52
Hex 6D 2C DE 33 50 0 D 106 49 34
Octal 155 54 336 63 120 0 15 406 111 64
Binary 1101101 101100 11011110 110011 1010000 0 1101 100000110 1001001 110100

Color Harmonies of #6D2CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2CDE

Black with #6D2CDE

Text Example


Text Example

White with #6D2CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,44,222); }

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

background-color css

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

 a { background-color: rgb(109,44,222); }

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

border-color css

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

 span { border-color: rgb(109,44,222); }

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