Html Css Color HEX #681ADF Purple Heart

📋 copy color: '#681ADF'

red 104 ◦ green 26 ◦ blue 223

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

Shades of Purple Heart #681ADF

Tints of Purple Heart #681ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

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

R = 29.46%
G = 7.37%
B = 63.17%

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

#681ADF (or 0x681ADF) is known color: Purple Heart. HEX triplet: 68, 1A and DF. RGB value is (104,26,223). Sum of RGB (Red+Green+Blue) = 104+26+223=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #681ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ADF is #97E520. Grayscale: #474747. Windows color (decimal): -9954593 or 14621288. OLE color: 14621288.

HSL color Cylindrical-coordinate representation of color #681ADF: hue angle of 263.76º degrees, saturation: 0.79, 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 #681ADF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 26 223 -
CMYK 0.53 0.88 0 0.13
HSL 263.76º 0.79% 0.49% -
HSV(B) 263.76º 0.88% 0.87% -
XYZ 19.4 9.01 70.53 -
YUV 71.78 213.34 150.98 -
System Red Green Blue C M Y K H S L
Decimal 104 26 223 0.53 0.88 0 0.13 263.76 0.79 0.49
Hex 68 1A DF 35 58 0 D 108 4F 31
Octal 150 32 337 65 130 0 15 410 117 61
Binary 1101000 11010 11011111 110101 1011000 0 1101 100001000 1001111 110001

Color Harmonies of #681ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ADF

Black with #681ADF

Text Example


Text Example

White with #681ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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