Html Css Color HEX #681BDF Purple Heart

📋 copy color: '#681BDF'

red 104 ◦ green 27 ◦ blue 223

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

Shades of Purple Heart #681BDF

Tints of Purple Heart #681BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 29.38%
G = 7.63%
B = 62.99%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#681BDF (or 0x681BDF) is known color: Purple Heart. HEX triplet: 68, 1B and DF. RGB value is (104,27,223). Sum of RGB (Red+Green+Blue) = 104+27+223=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #681BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BDF is #97E420. Grayscale: #474747. Windows color (decimal): -9954337 or 14621544. OLE color: 14621544.

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

Color convert

RGB 104 27 223 -
CMYK 0.53 0.88 0 0.13
HSL 263.57º 0.78% 0.49% -
HSV(B) 263.57º 0.88% 0.87% -
XYZ 19.42 9.05 70.54 -
YUV 72.37 213.01 150.56 -
System Red Green Blue C M Y K H S L
Decimal 104 27 223 0.53 0.88 0 0.13 263.57 0.78 0.49
Hex 68 1B DF 35 58 0 D 108 4E 31
Octal 150 33 337 65 130 0 15 410 116 61
Binary 1101000 11011 11011111 110101 1011000 0 1101 100001000 1001110 110001

Color Harmonies of #681BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BDF

Black with #681BDF

Text Example


Text Example

White with #681BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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