Html Css Color HEX #681ECF Purple Heart

📋 copy color: '#681ECF'

red 104 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #681ECF

Tints of Purple Heart #681ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 30.5%
G = 8.8%
B = 60.7%

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

#681ECF (or 0x681ECF) is known color: Purple Heart. HEX triplet: 68, 1E and CF. RGB value is (104,30,207). Sum of RGB (Red+Green+Blue) = 104+30+207=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #681ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ECF is #97E130. Grayscale: #474747. Windows color (decimal): -9953585 or 13573736. OLE color: 13573736.

HSL color Cylindrical-coordinate representation of color #681ECF: hue angle of 265.08º 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 #681ECF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 30 207 -
CMYK 0.50 0.86 0 0.19
HSL 265.08º 0.75% 0.46% -
HSV(B) 265.08º 0.86% 0.81% -
XYZ 17.44 8.38 59.73 -
YUV 72.3 204.02 150.61 -
System Red Green Blue C M Y K H S L
Decimal 104 30 207 0.50 0.86 0 0.19 265.08 0.75 0.46
Hex 68 1E CF 32 56 0 13 109 4B 2E
Octal 150 36 317 62 126 0 23 411 113 56
Binary 1101000 11110 11001111 110010 1010110 0 10011 100001001 1001011 101110

Color Harmonies of #681ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ECF

Black with #681ECF

Text Example


Text Example

White with #681ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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