Html Css Color HEX #680FAA Purple Heart

📋 copy color: '#680FAA'

red 104 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #680FAA

Tints of Purple Heart #680FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 35.99%
G = 5.19%
B = 58.82%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680FAA (or 0x680FAA) is known color: Purple Heart. HEX triplet: 68, 0F and AA. RGB value is (104,15,170). Sum of RGB (Red+Green+Blue) = 104+15+170=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #680FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FAA is #97F055. Grayscale: #3A3A3A. Windows color (decimal): -9957462 or 11145064. OLE color: 11145064.

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

Color convert

RGB 104 15 170 -
CMYK 0.39 0.91 0 0.33
HSL 274.45º 0.84% 0.36% -
HSV(B) 274.45º 0.91% 0.67% -
XYZ 13.14 6.19 38.53 -
YUV 59.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 104 15 170 0.39 0.91 0 0.33 274.45 0.84 0.36
Hex 68 F AA 27 5B 0 21 112 54 24
Octal 150 17 252 47 133 0 41 422 124 44
Binary 1101000 1111 10101010 100111 1011011 0 100001 100010010 1010100 100100

Color Harmonies of #680FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FAA

Black with #680FAA

Text Example


Text Example

White with #680FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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