Html Css Color HEX #681EDA Purple Heart

📋 copy color: '#681EDA'

red 104 ◦ green 30 ◦ blue 218

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

Shades of Purple Heart #681EDA

Tints of Purple Heart #681EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 29.55%
G = 8.52%
B = 61.93%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#681EDA (or 0x681EDA) is known color: Purple Heart. HEX triplet: 68, 1E and DA. RGB value is (104,30,218). Sum of RGB (Red+Green+Blue) = 104+30+218=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #681EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EDA is #97E125. Grayscale: #484848. Windows color (decimal): -9953574 or 14294632. OLE color: 14294632.

HSL color Cylindrical-coordinate representation of color #681EDA: hue angle of 263.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681EDA is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 30 218 -
CMYK 0.52 0.86 0 0.15
HSL 263.62º 0.76% 0.49% -
HSV(B) 263.62º 0.86% 0.85% -
XYZ 18.83 8.93 67.06 -
YUV 73.56 209.52 149.71 -
System Red Green Blue C M Y K H S L
Decimal 104 30 218 0.52 0.86 0 0.15 263.62 0.76 0.49
Hex 68 1E DA 34 56 0 F 108 4C 31
Octal 150 36 332 64 126 0 17 410 114 61
Binary 1101000 11110 11011010 110100 1010110 0 1111 100001000 1001100 110001

Color Harmonies of #681EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EDA

Black with #681EDA

Text Example


Text Example

White with #681EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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