Html Css Color HEX #681AAD Purple Heart

📋 copy color: '#681AAD'

red 104 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #681AAD

Tints of Purple Heart #681AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 34.32%
G = 8.58%
B = 57.1%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#681AAD (or 0x681AAD) is known color: Purple Heart. HEX triplet: 68, 1A and AD. RGB value is (104,26,173). Sum of RGB (Red+Green+Blue) = 104+26+173=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #681AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AAD is #97E552. Grayscale: #414141. Windows color (decimal): -9954643 or 11344488. OLE color: 11344488.

HSL color Cylindrical-coordinate representation of color #681AAD: hue angle of 271.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681AAD is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 26 173 -
CMYK 0.40 0.85 0 0.32
HSL 271.84º 0.74% 0.39% -
HSV(B) 271.84º 0.85% 0.68% -
XYZ 13.62 6.7 40.11 -
YUV 66.08 188.34 155.05 -
System Red Green Blue C M Y K H S L
Decimal 104 26 173 0.40 0.85 0 0.32 271.84 0.74 0.39
Hex 68 1A AD 28 55 0 20 110 4A 27
Octal 150 32 255 50 125 0 40 420 112 47
Binary 1101000 11010 10101101 101000 1010101 0 100000 100010000 1001010 100111

Color Harmonies of #681AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AAD

Black with #681AAD

Text Example


Text Example

White with #681AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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