Html Css Color HEX #680DAE Purple Heart

📋 copy color: '#680DAE'

red 104 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #680DAE

Tints of Purple Heart #680DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

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

R = 35.74%
G = 4.47%
B = 59.79%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#680DAE (or 0x680DAE) is known color: Purple Heart. HEX triplet: 68, 0D and AE. RGB value is (104,13,174). Sum of RGB (Red+Green+Blue) = 104+13+174=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #680DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAE is #97F251. Grayscale: #3A3A3A. Windows color (decimal): -9957970 or 11406696. OLE color: 11406696.

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

Color convert

RGB 104 13 174 -
CMYK 0.40 0.93 0 0.32
HSL 273.91º 0.86% 0.37% -
HSV(B) 273.91º 0.93% 0.68% -
XYZ 13.49 6.29 40.55 -
YUV 58.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 104 13 174 0.40 0.93 0 0.32 273.91 0.86 0.37
Hex 68 D AE 28 5D 0 20 112 56 25
Octal 150 15 256 50 135 0 40 422 126 45
Binary 1101000 1101 10101110 101000 1011101 0 100000 100010010 1010110 100101

Color Harmonies of #680DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DAE

Black with #680DAE

Text Example


Text Example

White with #680DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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