#6800BB

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

Shades of Purple Heart #6800BB

Tints of Purple Heart #6800BB

Color information

#6800BB (or 0x6800BB) is unknown color: approx Purple Heart. HEX triplet: 68, 00 and BB. RGB value is (104,0,187). Sum of RGB (Red+Green+Blue) = 104+0+187=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #6800BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800BB is #97FF44. Grayscale: #333333. Windows color (decimal): -9961285 or 12255336. OLE color: 12255336.

HSL color Cylindrical-coordinate representation of color #6800BB: hue angle of 273.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800BB is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1040187-
CMYK0.44100.27
HSL273.37º100%36.67%-
HSV(B)273.37º100%73.33%-
XYZ14.686.5347.5-
YUV52.41203.96164.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=35.74%
G=0%
B=64.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10401870.44100.27273.3710036.67
Hex680BB2C6401B1116425
Octal15002735414403342114445
Binary110100001011101110110011001000110111000100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6800BB; }

 p { color: rgb(104,0,187); }

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

<style>
 a { background-color: #6800BB; }

 a { background-color: rgb(104,0,187); }

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

<style>
 span { border-color: #6800BB; }

 span { border-color: rgb(104,0,187); }

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