#682CDB

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

Shades of Purple Heart #682CDB

Tints of Purple Heart #682CDB

Color information

#682CDB (or 0x682CDB) is unknown color: approx Purple Heart. HEX triplet: 68, 2C and DB. RGB value is (104,44,219). Sum of RGB (Red+Green+Blue) = 104+44+219=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #682CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDB is #97D324. Grayscale: #515151. Windows color (decimal): -9949989 or 14363752. OLE color: 14363752.

HSL color Cylindrical-coordinate representation of color #682CDB: hue angle of 260.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10444219-
CMYK0.530.8000.14
HSL260.57º70.85%51.57%-
HSV(B)260.57º79.91%85.88%-
XYZ19.49.8667.9-
YUV81.89205.38143.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 219 (85.94% from 255) = 59.67%
R=28.34%
G=11.99%
B=59.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104442190.530.8000.14260.5770.8551.57
Hex682CDB35500E1054734
Octal150543336512001640510764
Binary1101000101100110110111101011010000011101000001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682CDB; }

 p { color: rgb(104,44,219); }

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

<style>
 a { background-color: #682CDB; }

 a { background-color: rgb(104,44,219); }

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

<style>
 span { border-color: #682CDB; }

 span { border-color: rgb(104,44,219); }

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