Html Css Color HEX #681BAC Purple Heart

📋 copy color: '#681BAC'

red 104 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #681BAC

Tints of Purple Heart #681BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 34.32%
G = 8.91%
B = 56.77%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681BAC (or 0x681BAC) is known color: Purple Heart. HEX triplet: 68, 1B and AC. RGB value is (104,27,172). Sum of RGB (Red+Green+Blue) = 104+27+172=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #681BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAC is #97E453. Grayscale: #424242. Windows color (decimal): -9954388 or 11279208. OLE color: 11279208.

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

Color convert

RGB 104 27 172 -
CMYK 0.40 0.84 0 0.33
HSL 271.86º 0.73% 0.39% -
HSV(B) 271.86º 0.84% 0.67% -
XYZ 13.55 6.71 39.61 -
YUV 66.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 104 27 172 0.40 0.84 0 0.33 271.86 0.73 0.39
Hex 68 1B AC 28 54 0 21 110 49 27
Octal 150 33 254 50 124 0 41 420 111 47
Binary 1101000 11011 10101100 101000 1010100 0 100001 100010000 1001001 100111

Color Harmonies of #681BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BAC

Black with #681BAC

Text Example


Text Example

White with #681BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,27,172); }

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

background-color css

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

 a { background-color: rgb(104,27,172); }

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

border-color css

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

 span { border-color: rgb(104,27,172); }

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