Html Css Color HEX #681BAE Purple Heart

📋 copy color: '#681BAE'

red 104 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #681BAE

Tints of Purple Heart #681BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

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

R = 34.1%
G = 8.85%
B = 57.05%

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

#681BAE (or 0x681BAE) is known color: Purple Heart. HEX triplet: 68, 1B and AE. RGB value is (104,27,174). Sum of RGB (Red+Green+Blue) = 104+27+174=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #681BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAE is #97E451. Grayscale: #424242. Windows color (decimal): -9954386 or 11410280. OLE color: 11410280.

HSL color Cylindrical-coordinate representation of color #681BAE: hue angle of 271.43º degrees, saturation: 0.73, 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 #681BAE is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 27 174 -
CMYK 0.40 0.84 0 0.32
HSL 271.43º 0.73% 0.39% -
HSV(B) 271.43º 0.84% 0.68% -
XYZ 13.74 6.78 40.63 -
YUV 66.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 104 27 174 0.40 0.84 0 0.32 271.43 0.73 0.39
Hex 68 1B AE 28 54 0 20 10F 49 27
Octal 150 33 256 50 124 0 40 417 111 47
Binary 1101000 11011 10101110 101000 1010100 0 100000 100001111 1001001 100111

Color Harmonies of #681BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BAE

Black with #681BAE

Text Example


Text Example

White with #681BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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