#6807BB

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

Shades of Purple Heart #6807BB

Tints of Purple Heart #6807BB

Color information

#6807BB (or 0x6807BB) is unknown color: approx Purple Heart. HEX triplet: 68, 07 and BB. RGB value is (104,7,187). Sum of RGB (Red+Green+Blue) = 104+7+187=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #6807BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807BB is #97F844. Grayscale: #373737. Windows color (decimal): -9959493 or 12257128. OLE color: 12257128.

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

Color convert

RGB1047187-
CMYK0.440.9600.27
HSL272.33º92.78%38.04%-
HSV(B)272.33º96.26%73.33%-
XYZ14.756.6847.53-
YUV56.52201.64161.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 7 (3.12% from 255) = 2.35%
BLUE value IS 187 (73.44% from 255) = 62.75%
R=34.90%
G=2.35%
B=62.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10471870.440.9600.27272.3392.7838.04
Hex687BB2C6001B1105d26
Octal15072735414003342013546
Binary11010001111011101110110011000000110111000100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6807BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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