Html Css Color HEX #681EDF Purple Heart

📋 copy color: '#681EDF'

red 104 ◦ green 30 ◦ blue 223

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

Shades of Purple Heart #681EDF

Tints of Purple Heart #681EDF

RGB

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

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

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

R = 29.13%
G = 8.4%
B = 62.46%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#681EDF (or 0x681EDF) is known color: Purple Heart. HEX triplet: 68, 1E and DF. RGB value is (104,30,223). Sum of RGB (Red+Green+Blue) = 104+30+223=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #681EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EDF is #97E120. Grayscale: #494949. Windows color (decimal): -9953569 or 14622312. OLE color: 14622312.

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

Color convert

RGB 104 30 223 -
CMYK 0.53 0.87 0 0.13
HSL 263.01º 0.76% 0.5% -
HSV(B) 263.01º 0.87% 0.87% -
XYZ 19.49 9.2 70.56 -
YUV 74.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 104 30 223 0.53 0.87 0 0.13 263.01 0.76 0.5
Hex 68 1E DF 35 57 0 D 107 4C 32
Octal 150 36 337 65 127 0 15 407 114 62
Binary 1101000 11110 11011111 110101 1010111 0 1101 100000111 1001100 110010

Color Harmonies of #681EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EDF

Black with #681EDF

Text Example


Text Example

White with #681EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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