Html Css Color HEX #683EDC Purple Heart

📋 copy color: '#683EDC'

red 104 ◦ green 62 ◦ blue 220

#683EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #683EDC

Tints of Purple Heart #683EDC

RGB

 RED value IS 104 (41.02% from 255) = 26.94%

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 26.94%
G = 16.06%
B = 56.99%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#683EDC (or 0x683EDC) is known color: Purple Heart. HEX triplet: 68, 3E and DC. RGB value is (104,62,220). Sum of RGB (Red+Green+Blue) = 104+62+220=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #683EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683EDC is #97C123. Grayscale: #5B5B5B. Windows color (decimal): -9945380 or 14433896. OLE color: 14433896.

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

Color convert

RGB 104 62 220 -
CMYK 0.53 0.72 0 0.14
HSL 255.95º 0.69% 0.55% -
HSV(B) 255.95º 0.72% 0.86% -
XYZ 20.35 11.56 68.87 -
YUV 92.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 104 62 220 0.53 0.72 0 0.14 255.95 0.69 0.55
Hex 68 3E DC 35 48 0 E 100 45 37
Octal 150 76 334 65 110 0 16 400 105 67
Binary 1101000 111110 11011100 110101 1001000 0 1110 100000000 1000101 110111

Color Harmonies of #683EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683EDC

Black with #683EDC

Text Example


Text Example

White with #683EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,62,220); }

 H1.HeaderClassName
 {
   color: #683EDC;
 }
 .AnyTagClassName
 {
   color: #683EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(104,62,220); }

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

border-color css

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

 span { border-color: rgb(104,62,220); }

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