Html Css Color HEX #680FAD Purple Heart

📋 copy color: '#680FAD'

red 104 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #680FAD

Tints of Purple Heart #680FAD

RGB

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

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

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

R = 35.62%
G = 5.14%
B = 59.25%

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

#680FAD (or 0x680FAD) is known color: Purple Heart. HEX triplet: 68, 0F and AD. RGB value is (104,15,173). Sum of RGB (Red+Green+Blue) = 104+15+173=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #680FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FAD is #97F052. Grayscale: #3B3B3B. Windows color (decimal): -9957459 or 11341672. OLE color: 11341672.

HSL color Cylindrical-coordinate representation of color #680FAD: hue angle of 273.8º 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 #680FAD is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 15 173 -
CMYK 0.40 0.91 0 0.32
HSL 273.8º 0.84% 0.37% -
HSV(B) 273.8º 0.91% 0.68% -
XYZ 13.42 6.3 40.04 -
YUV 59.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 104 15 173 0.40 0.91 0 0.32 273.8 0.84 0.37
Hex 68 F AD 28 5B 0 20 112 54 25
Octal 150 17 255 50 133 0 40 422 124 45
Binary 1101000 1111 10101101 101000 1011011 0 100000 100010010 1010100 100101

Color Harmonies of #680FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FAD

Black with #680FAD

Text Example


Text Example

White with #680FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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