Html Css Color HEX #681ECE Purple Heart

📋 copy color: '#681ECE'

red 104 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #681ECE

Tints of Purple Heart #681ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 30.59%
G = 8.82%
B = 60.59%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681ECE (or 0x681ECE) is known color: Purple Heart. HEX triplet: 68, 1E and CE. RGB value is (104,30,206). Sum of RGB (Red+Green+Blue) = 104+30+206=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #681ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ECE is #97E131. Grayscale: #474747. Windows color (decimal): -9953586 or 13508200. OLE color: 13508200.

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

Color convert

RGB 104 30 206 -
CMYK 0.50 0.85 0 0.19
HSL 265.23º 0.75% 0.46% -
HSV(B) 265.23º 0.85% 0.81% -
XYZ 17.31 8.33 59.09 -
YUV 72.19 203.52 150.69 -
System Red Green Blue C M Y K H S L
Decimal 104 30 206 0.50 0.85 0 0.19 265.23 0.75 0.46
Hex 68 1E CE 32 55 0 13 109 4B 2E
Octal 150 36 316 62 125 0 23 411 113 56
Binary 1101000 11110 11001110 110010 1010101 0 10011 100001001 1001011 101110

Color Harmonies of #681ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ECE

Black with #681ECE

Text Example


Text Example

White with #681ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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