Html Css Color HEX #680FAE Purple Heart

📋 copy color: '#680FAE'

red 104 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #680FAE

Tints of Purple Heart #680FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.12%

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

R = 35.49%
G = 5.12%
B = 59.39%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#680FAE (or 0x680FAE) is known color: Purple Heart. HEX triplet: 68, 0F and AE. RGB value is (104,15,174). Sum of RGB (Red+Green+Blue) = 104+15+174=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #680FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FAE is #97F051. Grayscale: #3B3B3B. Windows color (decimal): -9957458 or 11407208. OLE color: 11407208.

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

Color convert

RGB 104 15 174 -
CMYK 0.40 0.91 0 0.32
HSL 273.58º 0.84% 0.37% -
HSV(B) 273.58º 0.91% 0.68% -
XYZ 13.52 6.34 40.56 -
YUV 59.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 104 15 174 0.40 0.91 0 0.32 273.58 0.84 0.37
Hex 68 F AE 28 5B 0 20 112 54 25
Octal 150 17 256 50 133 0 40 422 124 45
Binary 1101000 1111 10101110 101000 1011011 0 100000 100010010 1010100 100101

Color Harmonies of #680FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FAE

Black with #680FAE

Text Example


Text Example

White with #680FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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