Html Css Color HEX #681FDC Purple Heart

📋 copy color: '#681FDC'

red 104 ◦ green 31 ◦ blue 220

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

Shades of Purple Heart #681FDC

Tints of Purple Heart #681FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 29.3%
G = 8.73%
B = 61.97%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681FDC (or 0x681FDC) is known color: Purple Heart. HEX triplet: 68, 1F and DC. RGB value is (104,31,220). Sum of RGB (Red+Green+Blue) = 104+31+220=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #681FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FDC is #97E023. Grayscale: #494949. Windows color (decimal): -9953316 or 14425960. OLE color: 14425960.

HSL color Cylindrical-coordinate representation of color #681FDC: hue angle of 263.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681FDC is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 31 220 -
CMYK 0.53 0.86 0 0.14
HSL 263.17º 0.75% 0.49% -
HSV(B) 263.17º 0.86% 0.86% -
XYZ 19.12 9.09 68.46 -
YUV 74.37 210.18 149.13 -
System Red Green Blue C M Y K H S L
Decimal 104 31 220 0.53 0.86 0 0.14 263.17 0.75 0.49
Hex 68 1F DC 35 56 0 E 107 4B 31
Octal 150 37 334 65 126 0 16 407 113 61
Binary 1101000 11111 11011100 110101 1010110 0 1110 100000111 1001011 110001

Color Harmonies of #681FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FDC

Black with #681FDC

Text Example


Text Example

White with #681FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681FDC; }

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

 H1.HeaderClassName
 {
   color: #681FDC;
 }
 .AnyTagClassName
 {
   color: #681FDC;
 }
</style>

background-color css

<style>
 a { background-color: #681FDC; }

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

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

border-color css

<style>
 span { border-color: #681FDC; }

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

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