Html Css Color HEX #6D20CE Purple Heart

📋 copy color: '#6D20CE'

red 109 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6D20CE

Tints of Purple Heart #6D20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 31.41%
G = 9.22%
B = 59.37%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D20CE (or 0x6D20CE) is known color: Purple Heart. HEX triplet: 6D, 20 and CE. RGB value is (109,32,206). Sum of RGB (Red+Green+Blue) = 109+32+206=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D20CE is #92DF31. Grayscale: #4A4A4A. Windows color (decimal): -9625394 or 13508717. OLE color: 13508717.

HSL color Cylindrical-coordinate representation of color #6D20CE: hue angle of 266.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D20CE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 32 206 -
CMYK 0.47 0.84 0 0.19
HSL 266.55º 0.73% 0.47% -
HSV(B) 266.55º 0.84% 0.81% -
XYZ 17.96 8.74 59.13 -
YUV 74.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 109 32 206 0.47 0.84 0 0.19 266.55 0.73 0.47
Hex 6D 20 CE 2F 54 0 13 10B 49 2F
Octal 155 40 316 57 124 0 23 413 111 57
Binary 1101101 100000 11001110 101111 1010100 0 10011 100001011 1001001 101111

Color Harmonies of #6D20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D20CE

Black with #6D20CE

Text Example


Text Example

White with #6D20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,206); }

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

background-color css

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

 a { background-color: rgb(109,32,206); }

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

border-color css

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

 span { border-color: rgb(109,32,206); }

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