Html Css Color HEX #6D20BF Purple Heart

📋 copy color: '#6D20BF'

red 109 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #6D20BF

Tints of Purple Heart #6D20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 32.83%
G = 9.64%
B = 57.53%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D20BF (or 0x6D20BF) is known color: Purple Heart. HEX triplet: 6D, 20 and BF. RGB value is (109,32,191). Sum of RGB (Red+Green+Blue) = 109+32+191=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D20BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D20BF is #92DF40. Grayscale: #484848. Windows color (decimal): -9625409 or 12525677. OLE color: 12525677.

HSL color Cylindrical-coordinate representation of color #6D20BF: hue angle of 269.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D20BF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 32 191 -
CMYK 0.43 0.83 0 0.25
HSL 269.06º 0.71% 0.44% -
HSV(B) 269.06º 0.83% 0.75% -
XYZ 16.23 8.05 49.99 -
YUV 73.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 109 32 191 0.43 0.83 0 0.25 269.06 0.71 0.44
Hex 6D 20 BF 2B 53 0 19 10D 47 2C
Octal 155 40 277 53 123 0 31 415 107 54
Binary 1101101 100000 10111111 101011 1010011 0 11001 100001101 1000111 101100

Color Harmonies of #6D20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D20BF

Black with #6D20BF

Text Example


Text Example

White with #6D20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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