#680CAB

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

Shades of Purple Heart #680CAB

Tints of Purple Heart #680CAB

Color information

#680CAB (or 0x680CAB) is unknown color: approx Purple Heart. HEX triplet: 68, 0C and AB. RGB value is (104,12,171). Sum of RGB (Red+Green+Blue) = 104+12+171=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #680CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CAB is #97F354. Grayscale: #393939. Windows color (decimal): -9958229 or 11209832. OLE color: 11209832.

HSL color Cylindrical-coordinate representation of color #680CAB: hue angle of 274.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CAB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10412171-
CMYK0.390.9300.33
HSL274.72º86.89%35.88%-
HSV(B)274.72º92.98%67.06%-
XYZ13.196.1539.02-
YUV57.63191.98161.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=36.24%
G=4.18%
B=59.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104121710.390.9300.33274.7286.8935.88
Hex68CAB275D0211135724
Octal150142534713504142312744
Binary1101000110010101011100111101110101000011000100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,12,171); }

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

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

 a { background-color: rgb(104,12,171); }

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

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

 span { border-color: rgb(104,12,171); }

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