Html Css Color HEX #6D29C0 Purple Heart

📋 copy color: '#6D29C0'

red 109 ◦ green 41 ◦ blue 192

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

Shades of Purple Heart #6D29C0

Tints of Purple Heart #6D29C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.14%

R = 31.87%
G = 11.99%
B = 56.14%

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

#6D29C0 (or 0x6D29C0) is known color: Purple Heart. HEX triplet: 6D, 29 and C0. RGB value is (109,41,192). Sum of RGB (Red+Green+Blue) = 109+41+192=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D29C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D29C0 is #92D63F. Grayscale: #4E4E4E. Windows color (decimal): -9623104 or 12593517. OLE color: 12593517.

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

Color convert

RGB 109 41 192 -
CMYK 0.43 0.79 0 0.25
HSL 267.02º 0.65% 0.46% -
HSV(B) 267.02º 0.79% 0.75% -
XYZ 16.61 8.64 50.66 -
YUV 78.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 109 41 192 0.43 0.79 0 0.25 267.02 0.65 0.46
Hex 6D 29 C0 2B 4F 0 19 10B 41 2E
Octal 155 51 300 53 117 0 31 413 101 56
Binary 1101101 101001 11000000 101011 1001111 0 11001 100001011 1000001 101110

Color Harmonies of #6D29C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D29C0

Black with #6D29C0

Text Example


Text Example

White with #6D29C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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