Html Css Color HEX #681CAE Purple Heart

📋 copy color: '#681CAE'

red 104 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #681CAE

Tints of Purple Heart #681CAE

RGB

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

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

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

R = 33.99%
G = 9.15%
B = 56.86%

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

#681CAE (or 0x681CAE) is known color: Purple Heart. HEX triplet: 68, 1C and AE. RGB value is (104,28,174). Sum of RGB (Red+Green+Blue) = 104+28+174=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #681CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CAE is #97E351. Grayscale: #424242. Windows color (decimal): -9954130 or 11410536. OLE color: 11410536.

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

Color convert

RGB 104 28 174 -
CMYK 0.40 0.84 0 0.32
HSL 271.23º 0.72% 0.4% -
HSV(B) 271.23º 0.84% 0.68% -
XYZ 13.76 6.83 40.64 -
YUV 67.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 104 28 174 0.40 0.84 0 0.32 271.23 0.72 0.4
Hex 68 1C AE 28 54 0 20 10F 48 28
Octal 150 34 256 50 124 0 40 417 110 50
Binary 1101000 11100 10101110 101000 1010100 0 100000 100001111 1001000 101000

Color Harmonies of #681CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CAE

Black with #681CAE

Text Example


Text Example

White with #681CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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