#680BD4

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

Shades of Purple Heart #680BD4

Tints of Purple Heart #680BD4

Color information

#680BD4 (or 0x680BD4) is unknown color: approx Purple Heart. HEX triplet: 68, 0B and D4. RGB value is (104,11,212). Sum of RGB (Red+Green+Blue) = 104+11+212=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #680BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BD4 is #97F42B. Grayscale: #3D3D3D. Windows color (decimal): -9958444 or 13896552. OLE color: 13896552.

HSL color Cylindrical-coordinate representation of color #680BD4: hue angle of 267.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680BD4 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10411212-
CMYK0.510.9500.17
HSL267.76º90.13%43.73%-
HSV(B)267.76º94.81%83.14%-
XYZ17.717.9462.89-
YUV61.72212.81158.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 11 (4.69% from 255) = 3.36%
BLUE value IS 212 (83.20% from 255) = 64.83%
R=31.80%
G=3.36%
B=64.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal104112120.510.9500.17267.7690.1343.73
Hex68BD4335F01110c5a2c
Octal150133246313702141413254
Binary110100010111101010011001110111110100011000011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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