#6C1CBC

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

Shades of Purple Heart #6C1CBC

Tints of Purple Heart #6C1CBC

Color information

#6C1CBC (or 0x6C1CBC) is unknown color: approx Purple Heart. HEX triplet: 6C, 1C and BC. RGB value is (108,28,188). Sum of RGB (Red+Green+Blue) = 108+28+188=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1CBC is #93E343. Grayscale: #454545. Windows color (decimal): -9691972 or 12328044. OLE color: 12328044.

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

Color convert

RGB10828188-
CMYK0.430.8500.26
HSL270º74.07%42.35%-
HSV(B)270º85.11%73.73%-
XYZ15.687.6548.23-
YUV70.16194.5154.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=33.33%
G=8.64%
B=58.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108281880.430.8500.2627074.0742.35
Hex6C1CBC2B5501A10e4a2a
Octal154342745312503241611252
Binary1101100111001011110010101110101010110101000011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,28,188); }

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

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

 a { background-color: rgb(108,28,188); }

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

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

 span { border-color: rgb(108,28,188); }

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