#6808CF

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

Shades of Purple Heart #6808CF

Tints of Purple Heart #6808CF

Color information

#6808CF (or 0x6808CF) is unknown color: approx Purple Heart. HEX triplet: 68, 08 and CF. RGB value is (104,8,207). Sum of RGB (Red+Green+Blue) = 104+8+207=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #6808CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6808CF is #97F730. Grayscale: #3A3A3A. Windows color (decimal): -9959217 or 13568104. OLE color: 13568104.

HSL color Cylindrical-coordinate representation of color #6808CF: hue angle of 268.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6808CF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1048207-
CMYK0.500.9600.19
HSL268.94º92.56%42.16%-
HSV(B)268.94º96.14%81.18%-
XYZ17.067.6259.6-
YUV59.39211.3159.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 207 (81.25% from 255) = 64.89%
R=32.60%
G=2.51%
B=64.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10482070.500.9600.19268.9492.5642.16
Hex688CF326001310d5d2a
Octal150103176214002341513552
Binary110100010001100111111001011000000100111000011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6808CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6808CF; }

 p { color: rgb(104,8,207); }

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

<style>
 a { background-color: #6808CF; }

 a { background-color: rgb(104,8,207); }

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

<style>
 span { border-color: #6808CF; }

 span { border-color: rgb(104,8,207); }

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