Html Css Color HEX #681CD1 Purple Heart

📋 copy color: '#681CD1'

red 104 ◦ green 28 ◦ blue 209

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

Shades of Purple Heart #681CD1

Tints of Purple Heart #681CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 30.5%
G = 8.21%
B = 61.29%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#681CD1 (or 0x681CD1) is known color: Purple Heart. HEX triplet: 68, 1C and D1. RGB value is (104,28,209). Sum of RGB (Red+Green+Blue) = 104+28+209=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #681CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CD1 is #97E32E. Grayscale: #464646. Windows color (decimal): -9954095 or 13704296. OLE color: 13704296.

HSL color Cylindrical-coordinate representation of color #681CD1: hue angle of 265.19º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681CD1 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 28 209 -
CMYK 0.50 0.87 0 0.18
HSL 265.19º 0.76% 0.46% -
HSV(B) 265.19º 0.87% 0.82% -
XYZ 17.63 8.38 61.01 -
YUV 71.36 205.68 151.28 -
System Red Green Blue C M Y K H S L
Decimal 104 28 209 0.50 0.87 0 0.18 265.19 0.76 0.46
Hex 68 1C D1 32 57 0 12 109 4C 2E
Octal 150 34 321 62 127 0 22 411 114 56
Binary 1101000 11100 11010001 110010 1010111 0 10010 100001001 1001100 101110

Color Harmonies of #681CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CD1

Black with #681CD1

Text Example


Text Example

White with #681CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,209); }

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

background-color css

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

 a { background-color: rgb(104,28,209); }

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

border-color css

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

 span { border-color: rgb(104,28,209); }

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