#683DDD

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

Shades of Purple Heart #683DDD

Tints of Purple Heart #683DDD

Color information

#683DDD (or 0x683DDD) is unknown color: approx Purple Heart. HEX triplet: 68, 3D and DD. RGB value is (104,61,221). Sum of RGB (Red+Green+Blue) = 104+61+221=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #683DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DDD is #97C222. Grayscale: #5B5B5B. Windows color (decimal): -9945635 or 14499176. OLE color: 14499176.

HSL color Cylindrical-coordinate representation of color #683DDD: hue angle of 256.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683DDD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10461221-
CMYK0.530.7200.13
HSL256.12º70.18%55.29%-
HSV(B)256.12º72.4%86.67%-
XYZ20.4311.569.55-
YUV92.1200.75136.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=26.94%
G=15.80%
B=57.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104612210.530.7200.13256.1270.1855.29
Hex683DDD35480D1004637
Octal150753356511001540010667
Binary1101000111101110111011101011001000011011000000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683DDD; }

 p { color: rgb(104,61,221); }

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

<style>
 a { background-color: #683DDD; }

 a { background-color: rgb(104,61,221); }

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

<style>
 span { border-color: #683DDD; }

 span { border-color: rgb(104,61,221); }

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