Html Css Color HEX #681FCE Purple Heart

📋 copy color: '#681FCE'

red 104 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #681FCE

Tints of Purple Heart #681FCE

RGB

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

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

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

R = 30.5%
G = 9.09%
B = 60.41%

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

#681FCE (or 0x681FCE) is known color: Purple Heart. HEX triplet: 68, 1F and CE. RGB value is (104,31,206). Sum of RGB (Red+Green+Blue) = 104+31+206=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #681FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FCE is #97E031. Grayscale: #484848. Windows color (decimal): -9953330 or 13508456. OLE color: 13508456.

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

Color convert

RGB 104 31 206 -
CMYK 0.50 0.85 0 0.19
HSL 265.03º 0.74% 0.46% -
HSV(B) 265.03º 0.85% 0.81% -
XYZ 17.34 8.38 59.1 -
YUV 72.78 203.18 150.27 -
System Red Green Blue C M Y K H S L
Decimal 104 31 206 0.50 0.85 0 0.19 265.03 0.74 0.46
Hex 68 1F CE 32 55 0 13 109 4A 2E
Octal 150 37 316 62 125 0 23 411 112 56
Binary 1101000 11111 11001110 110010 1010101 0 10011 100001001 1001010 101110

Color Harmonies of #681FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FCE

Black with #681FCE

Text Example


Text Example

White with #681FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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