Html Css Color HEX #681ABB Purple Heart

📋 copy color: '#681ABB'

red 104 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #681ABB

Tints of Purple Heart #681ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 32.81%
G = 8.2%
B = 58.99%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#681ABB (or 0x681ABB) is known color: Purple Heart. HEX triplet: 68, 1A and BB. RGB value is (104,26,187). Sum of RGB (Red+Green+Blue) = 104+26+187=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #681ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ABB is #97E544. Grayscale: #434343. Windows color (decimal): -9954629 or 12261992. OLE color: 12261992.

HSL color Cylindrical-coordinate representation of color #681ABB: hue angle of 269.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681ABB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 26 187 -
CMYK 0.44 0.86 0 0.27
HSL 269.07º 0.76% 0.42% -
HSV(B) 269.07º 0.86% 0.73% -
XYZ 15.05 7.27 47.62 -
YUV 67.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 104 26 187 0.44 0.86 0 0.27 269.07 0.76 0.42
Hex 68 1A BB 2C 56 0 1B 10D 4C 2A
Octal 150 32 273 54 126 0 33 415 114 52
Binary 1101000 11010 10111011 101100 1010110 0 11011 100001101 1001100 101010

Color Harmonies of #681ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ABB

Black with #681ABB

Text Example


Text Example

White with #681ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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