#6C1FAD

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

Shades of Purple Heart #6C1FAD

Tints of Purple Heart #6C1FAD

Color information

#6C1FAD (or 0x6C1FAD) is unknown color: approx Purple Heart. HEX triplet: 6C, 1F and AD. RGB value is (108,31,173). Sum of RGB (Red+Green+Blue) = 108+31+173=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1FAD is #93E052. Grayscale: #454545. Windows color (decimal): -9691219 or 11345772. OLE color: 11345772.

HSL color Cylindrical-coordinate representation of color #6C1FAD: hue angle of 272.54º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1FAD is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10831173-
CMYK0.380.8200.32
HSL272.54º69.61%40%-
HSV(B)272.54º82.08%67.84%-
XYZ14.227.1940.17-
YUV70.21186.01154.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=34.62%
G=9.94%
B=55.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108311730.380.8200.32272.5469.6140
Hex6C1FAD26520201114628
Octal154372554612204042110650
Binary11011001111110101101100110101001001000001000100011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,173); }

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

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

 a { background-color: rgb(108,31,173); }

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

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

 span { border-color: rgb(108,31,173); }

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