Html Css Color HEX #680EAC Purple Heart

📋 copy color: '#680EAC'

red 104 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #680EAC

Tints of Purple Heart #680EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 35.86%
G = 4.83%
B = 59.31%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680EAC (or 0x680EAC) is known color: Purple Heart. HEX triplet: 68, 0E and AC. RGB value is (104,14,172). Sum of RGB (Red+Green+Blue) = 104+14+172=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #680EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680EAC is #97F153. Grayscale: #3A3A3A. Windows color (decimal): -9957716 or 11275880. OLE color: 11275880.

HSL color Cylindrical-coordinate representation of color #680EAC: hue angle of 274.18º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680EAC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 14 172 -
CMYK 0.40 0.92 0 0.33
HSL 274.18º 0.85% 0.36% -
HSV(B) 274.18º 0.92% 0.67% -
XYZ 13.31 6.24 39.53 -
YUV 58.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 104 14 172 0.40 0.92 0 0.33 274.18 0.85 0.36
Hex 68 E AC 28 5C 0 21 112 55 24
Octal 150 16 254 50 134 0 41 422 125 44
Binary 1101000 1110 10101100 101000 1011100 0 100001 100010010 1010101 100100

Color Harmonies of #680EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EAC

Black with #680EAC

Text Example


Text Example

White with #680EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680EAC; }

 p { color: rgb(104,14,172); }

 H1.HeaderClassName
 {
   color: #680EAC;
 }
 .AnyTagClassName
 {
   color: #680EAC;
 }
</style>

background-color css

<style>
 a { background-color: #680EAC; }

 a { background-color: rgb(104,14,172); }

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

border-color css

<style>
 span { border-color: #680EAC; }

 span { border-color: rgb(104,14,172); }

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