Html Css Color HEX #6D29BF Purple Heart

📋 copy color: '#6D29BF'

red 109 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #6D29BF

Tints of Purple Heart #6D29BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 31.96%
G = 12.02%
B = 56.01%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D29BF (or 0x6D29BF) is known color: Purple Heart. HEX triplet: 6D, 29 and BF. RGB value is (109,41,191). Sum of RGB (Red+Green+Blue) = 109+41+191=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D29BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D29BF is #92D640. Grayscale: #4D4D4D. Windows color (decimal): -9623105 or 12527981. OLE color: 12527981.

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

Color convert

RGB 109 41 191 -
CMYK 0.43 0.79 0 0.25
HSL 267.2º 0.65% 0.45% -
HSV(B) 267.2º 0.79% 0.75% -
XYZ 16.5 8.6 50.08 -
YUV 78.43 191.53 149.8 -
System Red Green Blue C M Y K H S L
Decimal 109 41 191 0.43 0.79 0 0.25 267.2 0.65 0.45
Hex 6D 29 BF 2B 4F 0 19 10B 41 2D
Octal 155 51 277 53 117 0 31 413 101 55
Binary 1101101 101001 10111111 101011 1001111 0 11001 100001011 1000001 101101

Color Harmonies of #6D29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D29BF

Black with #6D29BF

Text Example


Text Example

White with #6D29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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