Html Css Color HEX #681ABD Purple Heart

📋 copy color: '#681ABD'

red 104 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #681ABD

Tints of Purple Heart #681ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 32.6%
G = 8.15%
B = 59.25%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#681ABD (or 0x681ABD) is known color: Purple Heart. HEX triplet: 68, 1A and BD. RGB value is (104,26,189). Sum of RGB (Red+Green+Blue) = 104+26+189=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #681ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ABD is #97E542. Grayscale: #434343. Windows color (decimal): -9954627 or 12393064. OLE color: 12393064.

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

Color convert

RGB 104 26 189 -
CMYK 0.45 0.86 0 0.26
HSL 268.71º 0.76% 0.42% -
HSV(B) 268.71º 0.86% 0.74% -
XYZ 15.26 7.36 48.76 -
YUV 67.9 196.34 153.75 -
System Red Green Blue C M Y K H S L
Decimal 104 26 189 0.45 0.86 0 0.26 268.71 0.76 0.42
Hex 68 1A BD 2D 56 0 1A 10D 4C 2A
Octal 150 32 275 55 126 0 32 415 114 52
Binary 1101000 11010 10111101 101101 1010110 0 11010 100001101 1001100 101010

Color Harmonies of #681ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ABD

Black with #681ABD

Text Example


Text Example

White with #681ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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