Html Css Color HEX #681DAE Purple Heart

📋 copy color: '#681DAE'

red 104 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #681DAE

Tints of Purple Heart #681DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 33.88%
G = 9.45%
B = 56.68%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#681DAE (or 0x681DAE) is known color: Purple Heart. HEX triplet: 68, 1D and AE. RGB value is (104,29,174). Sum of RGB (Red+Green+Blue) = 104+29+174=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #681DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681DAE is #97E251. Grayscale: #434343. Windows color (decimal): -9953874 or 11410792. OLE color: 11410792.

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

Color convert

RGB 104 29 174 -
CMYK 0.40 0.83 0 0.32
HSL 271.03º 0.71% 0.4% -
HSV(B) 271.03º 0.83% 0.68% -
XYZ 13.79 6.88 40.65 -
YUV 67.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 104 29 174 0.40 0.83 0 0.32 271.03 0.71 0.4
Hex 68 1D AE 28 53 0 20 10F 47 28
Octal 150 35 256 50 123 0 40 417 107 50
Binary 1101000 11101 10101110 101000 1010011 0 100000 100001111 1000111 101000

Color Harmonies of #681DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DAE

Black with #681DAE

Text Example


Text Example

White with #681DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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