Html Css Color HEX #680EAE Purple Heart

📋 copy color: '#680EAE'

red 104 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #680EAE

Tints of Purple Heart #680EAE

RGB

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

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

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

R = 35.62%
G = 4.79%
B = 59.59%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#680EAE (or 0x680EAE) is known color: Purple Heart. HEX triplet: 68, 0E and AE. RGB value is (104,14,174). Sum of RGB (Red+Green+Blue) = 104+14+174=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #680EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680EAE is #97F151. Grayscale: #3A3A3A. Windows color (decimal): -9957714 or 11406952. OLE color: 11406952.

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

Color convert

RGB 104 14 174 -
CMYK 0.40 0.92 0 0.32
HSL 273.75º 0.85% 0.37% -
HSV(B) 273.75º 0.92% 0.68% -
XYZ 13.51 6.31 40.55 -
YUV 59.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 104 14 174 0.40 0.92 0 0.32 273.75 0.85 0.37
Hex 68 E AE 28 5C 0 20 112 55 25
Octal 150 16 256 50 134 0 40 422 125 45
Binary 1101000 1110 10101110 101000 1011100 0 100000 100010010 1010101 100101

Color Harmonies of #680EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EAE

Black with #680EAE

Text Example


Text Example

White with #680EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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