Html Css Color HEX #681DAB Purple Heart

📋 copy color: '#681DAB'

red 104 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #681DAB

Tints of Purple Heart #681DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

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

R = 34.21%
G = 9.54%
B = 56.25%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681DAB (or 0x681DAB) is known color: Purple Heart. HEX triplet: 68, 1D and AB. RGB value is (104,29,171). Sum of RGB (Red+Green+Blue) = 104+29+171=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #681DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681DAB is #97E254. Grayscale: #434343. Windows color (decimal): -9953877 or 11214184. OLE color: 11214184.

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

Color convert

RGB 104 29 171 -
CMYK 0.39 0.83 0 0.33
HSL 271.69º 0.71% 0.39% -
HSV(B) 271.69º 0.83% 0.67% -
XYZ 13.5 6.76 39.12 -
YUV 67.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 104 29 171 0.39 0.83 0 0.33 271.69 0.71 0.39
Hex 68 1D AB 27 53 0 21 110 47 27
Octal 150 35 253 47 123 0 41 420 107 47
Binary 1101000 11101 10101011 100111 1010011 0 100001 100010000 1000111 100111

Color Harmonies of #681DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DAB

Black with #681DAB

Text Example


Text Example

White with #681DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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