Html Css Color HEX #681ADD Purple Heart

📋 copy color: '#681ADD'

red 104 ◦ green 26 ◦ blue 221

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

Shades of Purple Heart #681ADD

Tints of Purple Heart #681ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 29.63%
G = 7.41%
B = 62.96%

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

#681ADD (or 0x681ADD) is known color: Purple Heart. HEX triplet: 68, 1A and DD. RGB value is (104,26,221). Sum of RGB (Red+Green+Blue) = 104+26+221=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #681ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ADD is #97E522. Grayscale: #464646. Windows color (decimal): -9954595 or 14490216. OLE color: 14490216.

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

Color convert

RGB 104 26 221 -
CMYK 0.53 0.88 0 0.13
HSL 264º 0.79% 0.48% -
HSV(B) 264º 0.88% 0.87% -
XYZ 19.13 8.9 69.12 -
YUV 71.55 212.34 151.14 -
System Red Green Blue C M Y K H S L
Decimal 104 26 221 0.53 0.88 0 0.13 264 0.79 0.48
Hex 68 1A DD 35 58 0 D 108 4F 30
Octal 150 32 335 65 130 0 15 410 117 60
Binary 1101000 11010 11011101 110101 1011000 0 1101 100001000 1001111 110000

Color Harmonies of #681ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ADD

Black with #681ADD

Text Example


Text Example

White with #681ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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