#6D1CBB

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

Shades of Purple Heart #6D1CBB

Tints of Purple Heart #6D1CBB

Color information

#6D1CBB (or 0x6D1CBB) is unknown color: approx Purple Heart. HEX triplet: 6D, 1C and BB. RGB value is (109,28,187). Sum of RGB (Red+Green+Blue) = 109+28+187=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D1CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1CBB is #92E344. Grayscale: #454545. Windows color (decimal): -9626437 or 12262509. OLE color: 12262509.

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

Color convert

RGB10928187-
CMYK0.420.8500.27
HSL270.57º73.95%42.16%-
HSV(B)270.57º85.03%73.33%-
XYZ15.697.6747.67-
YUV70.34193.84155.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=33.64%
G=8.64%
B=57.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109281870.420.8500.27270.5773.9542.16
Hex6D1CBB2A5501B10f4a2a
Octal155342735212503341711252
Binary1101101111001011101110101010101010110111000011111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,187); }

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

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

 a { background-color: rgb(109,28,187); }

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

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

 span { border-color: rgb(109,28,187); }

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