Html Css Color HEX #681DCF Purple Heart

📋 copy color: '#681DCF'

red 104 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #681DCF

Tints of Purple Heart #681DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 30.59%
G = 8.53%
B = 60.88%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681DCF (or 0x681DCF) is known color: Purple Heart. HEX triplet: 68, 1D and CF. RGB value is (104,29,207). Sum of RGB (Red+Green+Blue) = 104+29+207=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #681DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DCF is #97E230. Grayscale: #474747. Windows color (decimal): -9953841 or 13573480. OLE color: 13573480.

HSL color Cylindrical-coordinate representation of color #681DCF: hue angle of 265.28º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681DCF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 29 207 -
CMYK 0.50 0.86 0 0.19
HSL 265.28º 0.75% 0.46% -
HSV(B) 265.28º 0.86% 0.81% -
XYZ 17.41 8.33 59.72 -
YUV 71.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 104 29 207 0.50 0.86 0 0.19 265.28 0.75 0.46
Hex 68 1D CF 32 56 0 13 109 4B 2E
Octal 150 35 317 62 126 0 23 411 113 56
Binary 1101000 11101 11001111 110010 1010110 0 10011 100001001 1001011 101110

Color Harmonies of #681DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DCF

Black with #681DCF

Text Example


Text Example

White with #681DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,207); }

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

background-color css

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

 a { background-color: rgb(104,29,207); }

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

border-color css

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

 span { border-color: rgb(104,29,207); }

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