#6812BC

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

Shades of Purple Heart #6812BC

Tints of Purple Heart #6812BC

Color information

#6812BC (or 0x6812BC) is unknown color: approx Purple Heart. HEX triplet: 68, 12 and BC. RGB value is (104,18,188). Sum of RGB (Red+Green+Blue) = 104+18+188=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6812BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812BC is #97ED43. Grayscale: #3E3E3E. Windows color (decimal): -9956676 or 12325480. OLE color: 12325480.

HSL color Cylindrical-coordinate representation of color #6812BC: hue angle of 270.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6812BC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10418188-
CMYK0.450.9000.26
HSL270.35º82.52%40.39%-
HSV(B)270.35º90.43%73.73%-
XYZ157.0148.14-
YUV63.09198.49157.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=33.55%
G=5.81%
B=60.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104181880.450.9000.26270.3582.5240.39
Hex6812BC2D5A01A10e5328
Octal150222745513203241612350
Binary1101000100101011110010110110110100110101000011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6812BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6812BC; }

 p { color: rgb(104,18,188); }

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

<style>
 a { background-color: #6812BC; }

 a { background-color: rgb(104,18,188); }

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

<style>
 span { border-color: #6812BC; }

 span { border-color: rgb(104,18,188); }

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