Html Css Color HEX #681BCE Purple Heart

📋 copy color: '#681BCE'

red 104 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #681BCE

Tints of Purple Heart #681BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 30.86%
G = 8.01%
B = 61.13%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681BCE (or 0x681BCE) is known color: Purple Heart. HEX triplet: 68, 1B and CE. RGB value is (104,27,206). Sum of RGB (Red+Green+Blue) = 104+27+206=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #681BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BCE is #97E431. Grayscale: #454545. Windows color (decimal): -9954354 or 13507432. OLE color: 13507432.

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

Color convert

RGB 104 27 206 -
CMYK 0.50 0.87 0 0.19
HSL 265.81º 0.77% 0.46% -
HSV(B) 265.81º 0.87% 0.81% -
XYZ 17.24 8.18 59.06 -
YUV 70.43 204.51 151.95 -
System Red Green Blue C M Y K H S L
Decimal 104 27 206 0.50 0.87 0 0.19 265.81 0.77 0.46
Hex 68 1B CE 32 57 0 13 10A 4D 2E
Octal 150 33 316 62 127 0 23 412 115 56
Binary 1101000 11011 11001110 110010 1010111 0 10011 100001010 1001101 101110

Color Harmonies of #681BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BCE

Black with #681BCE

Text Example


Text Example

White with #681BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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