#6C1BBB

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

Shades of Purple Heart #6C1BBB

Tints of Purple Heart #6C1BBB

Color information

#6C1BBB (or 0x6C1BBB) is unknown color: approx Purple Heart. HEX triplet: 6C, 1B and BB. RGB value is (108,27,187). Sum of RGB (Red+Green+Blue) = 108+27+187=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C1BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1BBB is #93E444. Grayscale: #444444. Windows color (decimal): -9692229 or 12262252. OLE color: 12262252.

HSL color Cylindrical-coordinate representation of color #6C1BBB: hue angle of 270.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1BBB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10827187-
CMYK0.420.8600.27
HSL270.38º74.77%41.96%-
HSV(B)270.38º85.56%73.33%-
XYZ15.557.5647.65-
YUV69.46194.34155.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=33.54%
G=8.39%
B=58.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108271870.420.8600.27270.3874.7741.96
Hex6C1BBB2A5601B10e4b2a
Octal154332735212603341611352
Binary1101100110111011101110101010101100110111000011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,27,187); }

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

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

 a { background-color: rgb(108,27,187); }

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

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

 span { border-color: rgb(108,27,187); }

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