#6c44c6

Color #6C44C6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C44C6

Tints of Purple Heart #6C44C6

Color information

#6C44C6 (or 0x6C44C6) is unknown color: approx Purple Heart. HEX triplet: 6C, 44 and C6. RGB value is (108,68,198). Sum of RGB (Red+Green+Blue) = 108+68+198=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C44C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44C6 is #93BB39. Grayscale: #5E5E5E. Windows color (decimal): -9681722 or 12993644. OLE color: 12993644.

HSL color Cylindrical-coordinate representation of color #6C44C6: hue angle of 258.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C44C6 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10868198-
CMYK0.450.6600.22
HSL258.46º53.28%52.16%-
HSV(B)258.46º65.66%77.65%-
XYZ18.4411.454.65-
YUV94.78186.25137.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.88%
GREEN value IS 68 (26.95% from 255) = 18.18%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=28.88%
G=18.18%
B=52.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108681980.450.6600.22258.4653.2852.16
Hex6C44C62D420161023534
Octal154104306551020264026564
Binary11011001000100110001101011011000010010110100000010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c44c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,68,198); }

 H1.HeaderClassName
 {
   color: #6c44c6;
 }
 .AnyTagClassName
 {
   color: #6c44c6;
 }
</style>
background-color css

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

 a { background-color: rgb(108,68,198); }

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

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

 span { border-color: rgb(108,68,198); }

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