#6807B0

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

Shades of Purple Heart #6807B0

Tints of Purple Heart #6807B0

Color information

#6807B0 (or 0x6807B0) is unknown color: approx Purple Heart. HEX triplet: 68, 07 and B0. RGB value is (104,7,176). Sum of RGB (Red+Green+Blue) = 104+7+176=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #6807B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807B0 is #97F84F. Grayscale: #363636. Windows color (decimal): -9959504 or 11536232. OLE color: 11536232.

HSL color Cylindrical-coordinate representation of color #6807B0: hue angle of 274.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807B0 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1047176-
CMYK0.410.9600.31
HSL274.44º92.35%35.88%-
HSV(B)274.44º96.02%69.02%-
XYZ13.626.2341.56-
YUV55.27196.14162.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=36.24%
G=2.44%
B=61.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10471760.410.9600.31274.4492.3535.88
Hex687B0296001F1125c24
Octal15072605114003742213444
Binary11010001111011000010100111000000111111000100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6807B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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