#680BCC

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

Shades of Purple Heart #680BCC

Tints of Purple Heart #680BCC

Color information

#680BCC (or 0x680BCC) is unknown color: approx Purple Heart. HEX triplet: 68, 0B and CC. RGB value is (104,11,204). Sum of RGB (Red+Green+Blue) = 104+11+204=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #680BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BCC is #97F433. Grayscale: #3C3C3C. Windows color (decimal): -9958452 or 13372264. OLE color: 13372264.

HSL color Cylindrical-coordinate representation of color #680BCC: hue angle of 268.91º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680BCC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10411204-
CMYK0.490.9500.2
HSL268.91º89.77%42.16%-
HSV(B)268.91º94.61%80%-
XYZ16.737.5457.7-
YUV60.81208.81158.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=32.60%
G=3.45%
B=63.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104112040.490.9500.2268.9189.7742.16
Hex68BCC315F01410d5a2a
Octal150133146113702441513252
Binary110100010111100110011000110111110101001000011011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680BCC; }

 p { color: rgb(104,11,204); }

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

<style>
 a { background-color: #680BCC; }

 a { background-color: rgb(104,11,204); }

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

<style>
 span { border-color: #680BCC; }

 span { border-color: rgb(104,11,204); }

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