Html Css Color HEX #681BAB Purple Heart

📋 copy color: '#681BAB'

red 104 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #681BAB

Tints of Purple Heart #681BAB

RGB

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

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

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

R = 34.44%
G = 8.94%
B = 56.62%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681BAB (or 0x681BAB) is known color: Purple Heart. HEX triplet: 68, 1B and AB. RGB value is (104,27,171). Sum of RGB (Red+Green+Blue) = 104+27+171=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #681BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAB is #97E454. Grayscale: #414141. Windows color (decimal): -9954389 or 11213672. OLE color: 11213672.

HSL color Cylindrical-coordinate representation of color #681BAB: hue angle of 272.08º 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 #681BAB is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 27 171 -
CMYK 0.39 0.84 0 0.33
HSL 272.08º 0.73% 0.39% -
HSV(B) 272.08º 0.84% 0.67% -
XYZ 13.45 6.67 39.11 -
YUV 66.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 104 27 171 0.39 0.84 0 0.33 272.08 0.73 0.39
Hex 68 1B AB 27 54 0 21 110 49 27
Octal 150 33 253 47 124 0 41 420 111 47
Binary 1101000 11011 10101011 100111 1010100 0 100001 100010000 1001001 100111

Color Harmonies of #681BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BAB

Black with #681BAB

Text Example


Text Example

White with #681BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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