#6C1DC2

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

Shades of Purple Heart #6C1DC2

Tints of Purple Heart #6C1DC2

Color information

#6C1DC2 (or 0x6C1DC2) is unknown color: approx Purple Heart. HEX triplet: 6C, 1D and C2. RGB value is (108,29,194). Sum of RGB (Red+Green+Blue) = 108+29+194=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #6C1DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1DC2 is #93E23D. Grayscale: #464646. Windows color (decimal): -9691710 or 12721516. OLE color: 12721516.

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

Color convert

RGB10829194-
CMYK0.440.8500.24
HSL268.73º73.99%43.73%-
HSV(B)268.73º85.05%76.08%-
XYZ16.367.9651.71-
YUV71.43197.17154.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 194 (76.17% from 255) = 58.61%
R=32.63%
G=8.76%
B=58.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108291940.440.8500.24268.7373.9943.73
Hex6C1DC22C5501810d4a2c
Octal154353025412503041511254
Binary1101100111011100001010110010101010110001000011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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