Html Css Color HEX #681FAB Purple Heart

📋 copy color: '#681FAB'

red 104 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #681FAB

Tints of Purple Heart #681FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

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

R = 33.99%
G = 10.13%
B = 55.88%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681FAB (or 0x681FAB) is known color: Purple Heart. HEX triplet: 68, 1F and AB. RGB value is (104,31,171). Sum of RGB (Red+Green+Blue) = 104+31+171=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #681FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FAB is #97E054. Grayscale: #444444. Windows color (decimal): -9953365 or 11214696. OLE color: 11214696.

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

Color convert

RGB 104 31 171 -
CMYK 0.39 0.82 0 0.33
HSL 271.29º 0.69% 0.4% -
HSV(B) 271.29º 0.82% 0.67% -
XYZ 13.55 6.86 39.14 -
YUV 68.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 104 31 171 0.39 0.82 0 0.33 271.29 0.69 0.4
Hex 68 1F AB 27 52 0 21 10F 45 28
Octal 150 37 253 47 122 0 41 417 105 50
Binary 1101000 11111 10101011 100111 1010010 0 100001 100001111 1000101 101000

Color Harmonies of #681FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FAB

Black with #681FAB

Text Example


Text Example

White with #681FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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