#6c19c2

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

Shades of Purple Heart #6C19C2

Tints of Purple Heart #6C19C2

Color information

#6C19C2 (or 0x6C19C2) is unknown color: approx Purple Heart. HEX triplet: 6C, 19 and C2. RGB value is (108,25,194). Sum of RGB (Red+Green+Blue) = 108+25+194=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #6C19C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C19C2 is #93E63D. Grayscale: #444444. Windows color (decimal): -9692734 or 12720492. OLE color: 12720492.

HSL color Cylindrical-coordinate representation of color #6C19C2: hue angle of 269.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C19C2 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10825194-
CMYK0.440.8700.24
HSL269.47º77.17%42.94%-
HSV(B)269.47º87.11%76.08%-
XYZ16.277.7851.68-
YUV69.08198.5155.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 194 (76.17% from 255) = 59.33%
R=33.03%
G=7.65%
B=59.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108251940.440.8700.24269.4777.1742.94
Hex6C19C22C5701810d4d2b
Octal154313025412703041511553
Binary1101100110011100001010110010101110110001000011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c19c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,194); }

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

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

 a { background-color: rgb(108,25,194); }

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

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

 span { border-color: rgb(108,25,194); }

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