Html Css Color HEX #681EAD Purple Heart

📋 copy color: '#681EAD'

red 104 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #681EAD

Tints of Purple Heart #681EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 33.88%
G = 9.77%
B = 56.35%

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

#681EAD (or 0x681EAD) is known color: Purple Heart. HEX triplet: 68, 1E and AD. RGB value is (104,30,173). Sum of RGB (Red+Green+Blue) = 104+30+173=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #681EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681EAD is #97E152. Grayscale: #434343. Windows color (decimal): -9953619 or 11345512. OLE color: 11345512.

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

Color convert

RGB 104 30 173 -
CMYK 0.40 0.83 0 0.32
HSL 271.05º 0.7% 0.4% -
HSV(B) 271.05º 0.83% 0.68% -
XYZ 13.72 6.89 40.14 -
YUV 68.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 104 30 173 0.40 0.83 0 0.32 271.05 0.7 0.4
Hex 68 1E AD 28 53 0 20 10F 46 28
Octal 150 36 255 50 123 0 40 417 106 50
Binary 1101000 11110 10101101 101000 1010011 0 100000 100001111 1000110 101000

Color Harmonies of #681EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EAD

Black with #681EAD

Text Example


Text Example

White with #681EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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