Html Css Color HEX #681AAB Purple Heart

📋 copy color: '#681AAB'

red 104 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #681AAB

Tints of Purple Heart #681AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 34.55%
G = 8.64%
B = 56.81%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681AAB (or 0x681AAB) is known color: Purple Heart. HEX triplet: 68, 1A and AB. RGB value is (104,26,171). Sum of RGB (Red+Green+Blue) = 104+26+171=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #681AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AAB is #97E554. Grayscale: #414141. Windows color (decimal): -9954645 or 11213416. OLE color: 11213416.

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

Color convert

RGB 104 26 171 -
CMYK 0.39 0.85 0 0.33
HSL 272.28º 0.74% 0.39% -
HSV(B) 272.28º 0.85% 0.67% -
XYZ 13.43 6.62 39.1 -
YUV 65.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 104 26 171 0.39 0.85 0 0.33 272.28 0.74 0.39
Hex 68 1A AB 27 55 0 21 110 4A 27
Octal 150 32 253 47 125 0 41 420 112 47
Binary 1101000 11010 10101011 100111 1010101 0 100001 100010000 1001010 100111

Color Harmonies of #681AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AAB

Black with #681AAB

Text Example


Text Example

White with #681AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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