Html Css Color HEX #681CAD Purple Heart

📋 copy color: '#681CAD'

red 104 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #681CAD

Tints of Purple Heart #681CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 34.1%
G = 9.18%
B = 56.72%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#681CAD (or 0x681CAD) is known color: Purple Heart. HEX triplet: 68, 1C and AD. RGB value is (104,28,173). Sum of RGB (Red+Green+Blue) = 104+28+173=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #681CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CAD is #97E352. Grayscale: #424242. Windows color (decimal): -9954131 or 11345000. OLE color: 11345000.

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

Color convert

RGB 104 28 173 -
CMYK 0.40 0.84 0 0.32
HSL 271.45º 0.72% 0.39% -
HSV(B) 271.45º 0.84% 0.68% -
XYZ 13.67 6.79 40.13 -
YUV 67.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 104 28 173 0.40 0.84 0 0.32 271.45 0.72 0.39
Hex 68 1C AD 28 54 0 20 10F 48 27
Octal 150 34 255 50 124 0 40 417 110 47
Binary 1101000 11100 10101101 101000 1010100 0 100000 100001111 1001000 100111

Color Harmonies of #681CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CAD

Black with #681CAD

Text Example


Text Example

White with #681CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,173); }

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

background-color css

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

 a { background-color: rgb(104,28,173); }

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

border-color css

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

 span { border-color: rgb(104,28,173); }

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