Html Css Color HEX #681BE0 Purple Heart

📋 copy color: '#681BE0'

red 104 ◦ green 27 ◦ blue 224

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

Shades of Purple Heart #681BE0

Tints of Purple Heart #681BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.1%

R = 29.3%
G = 7.61%
B = 63.1%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#681BE0 (or 0x681BE0) is known color: Purple Heart. HEX triplet: 68, 1B and E0. RGB value is (104,27,224). Sum of RGB (Red+Green+Blue) = 104+27+224=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #681BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BE0 is #97E41F. Grayscale: #474747. Windows color (decimal): -9954336 or 14687080. OLE color: 14687080.

HSL color Cylindrical-coordinate representation of color #681BE0: hue angle of 263.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681BE0 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 27 224 -
CMYK 0.54 0.88 0 0.12
HSL 263.45º 0.78% 0.49% -
HSV(B) 263.45º 0.88% 0.88% -
XYZ 19.56 9.11 71.25 -
YUV 72.48 213.51 150.48 -
System Red Green Blue C M Y K H S L
Decimal 104 27 224 0.54 0.88 0 0.12 263.45 0.78 0.49
Hex 68 1B E0 36 58 0 C 107 4E 31
Octal 150 33 340 66 130 0 14 407 116 61
Binary 1101000 11011 11100000 110110 1011000 0 1100 100000111 1001110 110001

Color Harmonies of #681BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BE0

Black with #681BE0

Text Example


Text Example

White with #681BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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